mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-09 16:32:39 +01:00
Reword joke password reset email message
Summary: Closes T15840 Test Plan: Send an I forgot my password email with serious business mode off and see the updated email Reviewers: O1 Blessed Committers, valerio.bozzolan, aklapper Reviewed By: O1 Blessed Committers, valerio.bozzolan, aklapper Subscribers: sirocyl, aklapper, speck, tobiaswiese, valerio.bozzolan, Matthew, Cigaryno Maniphest Tasks: T15840 Differential Revision: https://we.phorge.it/D25671
This commit is contained in:
parent
8f36181073
commit
1bb7422662
1 changed files with 10 additions and 7 deletions
|
@ -84,14 +84,17 @@ final class PhabricatorPeopleEmailLoginMailEngine
|
|||
"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);
|
||||
"After setting a new password, consider writing it down ".
|
||||
"on a sticky note and attaching it to your monitor so others ".
|
||||
"can impersonate you at any time. Choosing a short, ".
|
||||
"easy-to-remember password like \"cat\" or \"1234\"".
|
||||
" might also help to get your machine hacked, your".
|
||||
" bank account emptied, or your company ruined.".
|
||||
"\n\nBest Wishes,\n%s",
|
||||
$login_uri,
|
||||
PlatformSymbols::getPlatformServerName());
|
||||
|
||||
}
|
||||
}
|
||||
} else {
|
||||
$body[] = pht(
|
||||
"You can use this login link to regain access to your account:".
|
||||
|
|
Loading…
Reference in a new issue