User tests: Successful: Unsuccessful:
Pull Request for Issue #25694 .
suppress logout log message when user blocked by anadmin
when a user is blocked from an admin the logout is forced for tecnical reason, so the user itself not have performed the logout action
block an user
the message logged is only about the "update" action by the admin
the logged message says that the user is logged out
Status | New | ⇒ | Pending |
Category | ⇒ | Front End Plugins |
I have tested this item
Without this PR, the user actions log tells that the user was logged out, but this is not really the case. The user is still logged in and can refresh the admin page, and for both, the first user is still shown as being logged in on the logged in users module.
With this PR, the user actions log does not tell this lie anymore that the user has been logged out. The rest of the described behavior remains the same.
@shraddhaSankpal27 Could you test if this pull request (PR) here corrects your issue #25694 ?
Just apply the changes of this PR and test. After test, please mark your test result on the issue tracker here https://issues.joomla.org/tracker/joomla-cms/25812 by using the "Test this" button at the top left corner of that page, then selecting the test result and then submitting.
I have tested this item
Status | Pending | ⇒ | Ready to Commit |
RTC
I have tested this item
Thank you making the action log a bit more correct.
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2019-08-23 14:12:15 |
Closed_By | ⇒ | HLeithner | |
Labels |
Added:
?
|
@alikon What happens if the user is really logged in? Will he/she then be logged out? I think this should be the case.