User tests: Successful: Unsuccessful:
Pull Request for Issue #11869
Added Try/Catch around the call to JLog::add so that failed attempt to login doesn't throw unhelpful error screen but instead returns visitor to login page as they would if the log file was writeable.
Install patch
Login in the backend with incorrect password or missing password
return to login page with message about failure to login
Now it does this instead of the error page with message about failure to write to log file
none
Status | New | ⇒ | Pending |
Category | ⇒ | Front End Plugins |
Labels |
Added:
?
|
I have tested this item
Now Joomla! redirects to the backend login page and shows the errors in the messages area above the login form.
I have tested this item
Status | Pending | ⇒ | Ready to Commit |
RTC after two successful tests.
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-06-06 17:28:09 |
Closed_By | ⇒ | wilsonge | |
Labels |
Added:
?
|
This just needs the code style issues to be addressed (we use tabs instead of spaces), otherwise looks good to me. Thanks!