Compare commits
13 Commits
fb4270366c
...
6f1f59990f
Author | SHA1 | Date | |
---|---|---|---|
6f1f59990f | |||
3ff3a49d12 | |||
669a012db4 | |||
d2852b0bd9 | |||
e832fb13a9 | |||
b34878ea35 | |||
c53b8bfe13 | |||
43b8ef78e7 | |||
ddc85e06bb | |||
3ba173e1c3 | |||
d29fc1c339 | |||
82309b81c4 | |||
dd217d6d59 |
@ -64,9 +64,6 @@ var RVR = {
|
||||
|
||||
formError.style.display = 'block';
|
||||
formError.innerHTML = this.response.error.errorText;
|
||||
if (typeof grecaptcha !== 'undefined') {
|
||||
grecaptcha.reset();
|
||||
}
|
||||
|
||||
return;
|
||||
}
|
||||
|
@ -196,7 +196,7 @@ class LoginController
|
||||
if ($user === null) {
|
||||
return new JsonContent([
|
||||
'error' => [
|
||||
'errorText' => 'No user found with the given email address.'
|
||||
'errorText' => 'No user found with the given email address / username.'
|
||||
]
|
||||
]);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user