diff --git a/src/applications/people/mail/PhabricatorPeopleEmailLoginMailEngine.php b/src/applications/people/mail/PhabricatorPeopleEmailLoginMailEngine.php --- a/src/applications/people/mail/PhabricatorPeopleEmailLoginMailEngine.php +++ b/src/applications/people/mail/PhabricatorPeopleEmailLoginMailEngine.php @@ -74,24 +74,12 @@ 'You can use this link to set a password on your account:'. "\n\n %s\n", $login_uri); - } else if ($is_serious) { + } else { $body[] = pht( "You can use this link to reset your password:". "\n\n %s\n", $login_uri); - } else { - $body[] = pht( - "Condolences on forgetting your password. You can use this ". - "link to reset it:\n\n". - " %s\n\n". - "After you set a new password, consider writing it down on a ". - "sticky note and attaching it to your monitor so you don't ". - "forget again! Choosing a very short, easy-to-remember password ". - "like \"cat\" or \"1234\" might also help.\n\n". - "Best Wishes,\nPhabricator\n", - $login_uri); - - } + } } else { $body[] = pht( "You can use this login link to regain access to your account:".