mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-11 04:11:18 +01:00
fix(email): add missing string for password reset email (#5305)
Fixes https://codeberg.org/forgejo/forgejo/issues/5293. `mail.reset_password.text` has been deleted unintentionally in4383da91bd (diff-05e7a0ff464b6cb2ab45b456433c872221d1f06a)
, however, it is still used in email template:fbbaecf25a/templates/mail/auth/reset_passwd.tmpl (L11)
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/5305 Reviewed-by: Gusted <gusted@noreply.codeberg.org> Reviewed-by: Otto <otto@codeberg.org>
This commit is contained in:
parent
aa35ae1393
commit
6c448ae37e
1 changed files with 1 additions and 0 deletions
|
@ -497,6 +497,7 @@ register_notify.text_2 = You can sign into your account using your username: %s
|
|||
register_notify.text_3 = If someone else made this account for you, you will need to <a href="%s">set your password</a> first.
|
||||
|
||||
reset_password = Recover your account
|
||||
reset_password.text = If this was you, please click the following link to recover your account within <b>%s</b>:
|
||||
|
||||
password_change.subject = Your password has been changed
|
||||
password_change.text_1 = The password for your account was just changed.
|
||||
|
|
Loading…
Reference in a new issue