Change email address input to be disabled for logged-in users when requesting a new confirmation e-mail (#23247)
Fixes #23093
This commit is contained in:
parent
6883fddb19
commit
dd58db64d8
2 changed files with 3 additions and 1 deletions
|
@ -965,6 +965,8 @@ en:
|
|||
auth:
|
||||
apply_for_account: Request an account
|
||||
change_password: Password
|
||||
confirmations:
|
||||
wrong_email_hint: If that e-mail address is not correct, you can change it in account settings.
|
||||
delete_account: Delete account
|
||||
delete_account_html: If you wish to delete your account, you can <a href="%{path}">proceed here</a>. You will be asked for confirmation.
|
||||
description:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue