Skip to content

Commit 8549432

Browse files
committed
Add helpful tip for verification
1 parent e8d389d commit 8549432

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/templates/User/Login.phtml

+2-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ switch ($this->getContext()->error) {
2727
$message = "The account has been administratively disabled.";
2828
break;
2929
case "USER_NOT_VERIFIED":
30-
$message = "The account's identity has not been verified yet.";
30+
$message = "The account's identity has not been verified yet. "
31+
. "No email yet? Use the Recover Password button.";
3132
break;
3233
case "LOGIN_DISABLED":
3334
$message = "Logging in has been administratively disabled indefinitely.";

0 commit comments

Comments
 (0)