Compare commits
14 Commits
6f1f59990f
...
fb4270366c
Author | SHA1 | Date | |
---|---|---|---|
fb4270366c | |||
aefa5096dd | |||
1e4655b6b6 | |||
6237193d01 | |||
8f8cbaebae | |||
a86a1be6a7 | |||
caccafaba9 | |||
720fb7b339 | |||
2fc5812eba | |||
63ca6e7557 | |||
224cdc0eda | |||
42da9eb778 | |||
d1dee27191 | |||
726b1818d0 |
@ -64,6 +64,9 @@ 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 / username.'
|
||||
'errorText' => 'No user found with the given email address.'
|
||||
]
|
||||
]);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user