-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
User can login at back-end if the password is wrong. #11869
Comments
I can confirm this. But this seems to be the normal Errorpage from Joomla! for these cases and it is confusing. But no User is really logged in and any action will bring back to the Loginpage. |
One could add a cosmetical
in templates/isis/error.php line 162. |
This is a bug and needs fixing. The behaviour should be the same as if the logs file is writeable . Thanks for reporting it |
The bug is just as @hacki65 pointed out, the error page is basically unaware of the user state. Since the Isis error page tries to mimic the base template layout, it has to have additional checks to be aware of user state. The Hathor error page doesn't do this. |
It appears to still be an issue in version 3.7.2. The login script should catch the exception from the logger and return the visitor to the login page. I will implement this and post a PR. |
Set to "closed" on behalf of @franz-wohlkoenig by The JTracker Application at issues.joomla.org/joomla-cms/11869 |
closed as having PR #16475 This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/11869. |
Steps to reproduce the issue
Expected result
User can not access site with wrong password and stay at the login page.
Actual result
Use can login with wrong password.
System information (as much as possible)
Additional comments
The text was updated successfully, but these errors were encountered: