User can not access site with wrong password and stay at the login page.
Use can login with wrong password.
One could add a cosmetical
<?php if (!empty($user->id)) : ?>
<ul class="nav nav-user<?php echo ($this->direction == 'rtl') ? ' pull-left' : ' pull-right'; ?>">
....
</ul>
<?php endif; ?>
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
Status | New | ⇒ | Confirmed |
I am looking at this as Bug Team at JAB
Status | Confirmed | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-06-03 14:11:21 |
Closed_By | ⇒ | franz-wohlkoenig |
Status | Closed | ⇒ | Confirmed |
Status | Confirmed | ⇒ | Closed |
Closed_By | franz-wohlkoenig | ⇒ | joomla-cms-bot |
Set to "closed" on behalf of @franz-wohlkoenig by The JTracker Application at issues.joomla.org/joomla-cms/11869
closed as having PR #16475
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.