attempt to login to frontend with invalid credentials (or just click login)
login page with error message saying invalid credentials
404 error page with url http://0.0.0.0:8010/index.php/login?Itemid=101
click back and then you get the warning:
Labels |
Added:
?
|
Category | ⇒ | Authentication |
Title |
|
Status | New | ⇒ | Discussion |
Just tested in Alpha2 and the problem persists.
When I fail to login it still goes to http://0.0.0.0:8010/index.php/login?Itemid=101 which is like
I DONT have any sample data installed.
Hope this following code will redirect to the current page:
File: \components\com_users\Controller\UserController.php inside the login failed conditional statement, Line number: [125]
$currentid = $app->getMenu()->getActive()->id;
$app->redirect(\JRoute::_('index.php?Itemid='.$currentid, false));
//$app->redirect(\JRoute::_('index.php?option=com_users&view=login', false));
And, it show the warning message, but css opacity hide the message on home page.
Yeah, that global fix will solve this also.
Could someone close this issue then?
Status | Discussion | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-01-12 14:53:58 |
Closed_By | ⇒ | Quy |
Closed_By | Quy | ⇒ | joomla-cms-bot |
Set to "closed" on behalf of @Quy by The JTracker Application at issues.joomla.org/joomla-cms/18614
Can't confirm. Failing Logins (Module, Menu) redirect to
/login?view=login
.This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/18614.