mirror of
https://github.com/friendica/friendica
synced 2024-12-22 22:00:16 +00:00
Change password reset wording to acknowledge the expiration
This commit is contained in:
parent
0bacff3994
commit
ed6f4cdbde
1 changed files with 2 additions and 2 deletions
|
@ -50,12 +50,12 @@ function lostpass_post(App $a)
|
||||||
below or paste it into your web browser address bar.
|
below or paste it into your web browser address bar.
|
||||||
|
|
||||||
If you did NOT request this change, please DO NOT follow the link
|
If you did NOT request this change, please DO NOT follow the link
|
||||||
provided and ignore and/or delete this email.
|
provided and ignore and/or delete this email, the request will expire shortly.
|
||||||
|
|
||||||
Your password will not be changed unless we can verify that you
|
Your password will not be changed unless we can verify that you
|
||||||
issued this request.', $user['username'], $sitename));
|
issued this request.', $user['username'], $sitename));
|
||||||
$body = deindent(t('
|
$body = deindent(t('
|
||||||
Follow this link to verify your identity:
|
Follow this link soon to verify your identity:
|
||||||
|
|
||||||
%1$s
|
%1$s
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue