Welcome the Technical Support section. Help us in assisting you by providing us with a concise and descriptive elaboration of your issues. Be specific and if possible, provide us with a step-by-step instruction in replicating your problem.
Users are not able to login since 4.3 upgrade.
Please let me as soon as this is resolved!
FYI:
I started looking at the code;
In register.php the code after // adding to temp reg table is creating two entries in the temp table;
i fixed it with something like this:
$return_value = $modelRegister->addTempUser($post)->return_value;
//adding to temp reg table.
if (!isset($return_value) || !$return_value) {
I've applied the patch and it looks like it fixed it. I was able to create a new account, and login.
One question:
Is there a way I can enforce resetting the password of users that created an account just before this fix was applied and have their password in the wrong format?
It looks like there is a problem when you have the forceAvatar plugin enabled and that you force a user to reset their password.
Basically it go through an infinite loop. I thought you guys might want to tackle this one.
Would you mind provide me steps to replicate it, please? because the force avatar is working fine on my end, also please provide me FTP and backend access via Message on our Community..