Compare commits
1 Commits
0b8d7b9cda
...
7f3b813936
Author | SHA1 | Date | |
---|---|---|---|
7f3b813936 |
@ -114,7 +114,7 @@ class LoginController
|
||||
return new JsonContent([
|
||||
'error' => [
|
||||
'errorText' => 'No user found with the given email address / username or the given password is wrong. You can <a href="' .
|
||||
\Container::$routeCollection->getRoute('password-requestReset')->generateLink(['email' => $this->request->post('email')]) . '" title="Request password reset">request password reset</a>!'
|
||||
\Container::$routeCollection->getRoute('password-requestReset')->generateLink(['email' => urlencode($this->request->post('email'))]) . '" title="Request password reset">request password reset</a>!'
|
||||
]
|
||||
]);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user