You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using the option "Use email address for login rather than user name". When a registered user tries to login and types in the wrong password I get an PHP notice:
Notice: Trying to get property of non-object in /mnt/***/site/modules/LoginRegister/LoginRegister.module on line 394
This behavior is reproducible on two sites of mine
The text was updated successfully, but these errors were encountered:
Also, if a user types in a wrong password a few times (and the right e-mail) Session Login Throttle kicks in and leaves the user with a internal server error instead of a helpful message.
Hey, I've figured out an error:
I'm using the option "Use email address for login rather than user name". When a registered user tries to login and types in the wrong password I get an PHP notice:
Notice: Trying to get property of non-object in /mnt/***/site/modules/LoginRegister/LoginRegister.module on line 394
This behavior is reproducible on two sites of mine
The text was updated successfully, but these errors were encountered: