parent
b05f87ab5d
commit
324bf05116
@ -800,7 +800,7 @@ class User extends Base {
|
|||||||
$this->setErrorMessage('Unable to invalidate used token');
|
$this->setErrorMessage('Unable to invalidate used token');
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
$this->setErrorMessage('Unable to set new password');
|
$this->setErrorMessage('Unable to set new password or you chose the same password. Please use a different one.');
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
$this->setErrorMessage('Invalid token: ' . $this->token->getError());
|
$this->setErrorMessage('Invalid token: ' . $this->token->getError());
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user