You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sign_up_successful = Account was successfully created. Welcome!
371
-
confirmation_mail_sent_prompt = A new confirmation email has been sent to <b>%s</b>. Please check your inbox within the next %s to complete the registration process.
371
+
confirmation_mail_sent_prompt_ex = A new confirmation email has been sent to <b>%s</b>. Please check your inbox within the next %s to complete the registration process. If your registration email address is incorrect, you can sign in again and change it.
372
372
must_change_password = Update your password
373
373
allow_password_change = Require user to change password (recommended)
374
374
reset_password_mail_sent_prompt = A confirmation email has been sent to <b>%s</b>. Please check your inbox within the next %s to complete the account recovery process.
@@ -378,6 +378,7 @@ prohibit_login = Sign In Prohibited
378
378
prohibit_login_desc = Your account is prohibited from signing in, please contact your site administrator.
379
379
resent_limit_prompt = You have already requested an activation email recently. Please wait 3 minutes and try again.
380
380
has_unconfirmed_mail = Hi %s, you have an unconfirmed email address (<b>%s</b>). If you haven't received a confirmation email or need to resend a new one, please click on the button below.
381
+
change_unconfirmed_mail_address = If your registration email address is incorrect, you can change it here and resend a new confirmation email.
381
382
resend_mail = Click here to resend your activation email
382
383
email_not_associate = The email address is not associated with any account.
// FIXME: at the moment, GET request handles the "send confirmation email" action. But the old code does this redirect and then send a confirmation email.
0 commit comments