Page MenuHomePhorge

D25671.1737783991.diff
No OneTemporary

D25671.1737783991.diff

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:".

File Metadata

Mime Type
text/plain
Expires
Sat, Jan 25, 05:46 (5 d, 7 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1121338
Default Alt Text
D25671.1737783991.diff (1 KB)

Event Timeline