We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8d389d commit 8549432Copy full SHA for 8549432
src/templates/User/Login.phtml
@@ -27,7 +27,8 @@ switch ($this->getContext()->error) {
27
$message = "The account has been administratively disabled.";
28
break;
29
case "USER_NOT_VERIFIED":
30
- $message = "The account's identity has not been verified yet.";
+ $message = "The account's identity has not been verified yet. "
31
+ . "No email yet? Use the Recover Password button.";
32
33
case "LOGIN_DISABLED":
34
$message = "Logging in has been administratively disabled indefinitely.";
0 commit comments