mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-30 02:23:47 +00:00
fix: add resend email cooldown and allow email change for all auth types
Add 60-second cooldown timer on resend verification email button to prevent spam. Remove auth_type restriction on change email button so OAuth users can also change their email.
This commit is contained in:
@@ -2902,6 +2902,7 @@
|
||||
"notVerified": "Not verified",
|
||||
"verificationRequired": "Please verify your email to use email login.",
|
||||
"resendVerification": "Resend Verification Email",
|
||||
"resendIn": "Resend in {{seconds}} sec.",
|
||||
"verificationResent": "Verification email resent!",
|
||||
"canLoginWithEmail": "You can now log in using your email and password.",
|
||||
"emailAlreadyRegistered": "This email is already linked to another account. If this is your email, log in with it or contact support.",
|
||||
|
||||
@@ -2402,6 +2402,7 @@
|
||||
"notVerified": "تایید نشده",
|
||||
"verificationRequired": "لطفاً ایمیل خود را تایید کنید تا از ورود با ایمیل استفاده کنید.",
|
||||
"resendVerification": "ارسال مجدد ایمیل تایید",
|
||||
"resendIn": "ارسال مجدد در {{seconds}} ثانیه",
|
||||
"verificationResent": "ایمیل تایید مجدداً ارسال شد!",
|
||||
"canLoginWithEmail": "اکنون میتوانید با ایمیل و رمز عبور وارد شوید.",
|
||||
"emailAlreadyRegistered": "این ایمیل قبلاً به حساب دیگری متصل شده است. اگر این ایمیل شماست، با آن وارد شوید یا با پشتیبانی تماس بگیرید.",
|
||||
|
||||
@@ -3454,6 +3454,7 @@
|
||||
"notVerified": "Не подтверждён",
|
||||
"verificationRequired": "Подтвердите email для использования входа по почте.",
|
||||
"resendVerification": "Отправить письмо повторно",
|
||||
"resendIn": "Повторить через {{seconds}} сек.",
|
||||
"verificationResent": "Письмо отправлено повторно!",
|
||||
"canLoginWithEmail": "Теперь вы можете входить с помощью email и пароля.",
|
||||
"emailAlreadyRegistered": "Этот email уже привязан к другому аккаунту. Если это ваш email, войдите через него или обратитесь в поддержку.",
|
||||
|
||||
@@ -2401,6 +2401,7 @@
|
||||
"notVerified": "未验证",
|
||||
"verificationRequired": "请验证邮箱以使用邮箱登录。",
|
||||
"resendVerification": "重新发送验证邮件",
|
||||
"resendIn": "{{seconds}} 秒后重新发送",
|
||||
"verificationResent": "验证邮件已重新发送!",
|
||||
"canLoginWithEmail": "现在您可以使用邮箱和密码登录。",
|
||||
"emailAlreadyRegistered": "此邮箱已绑定到其他账户。如果这是您的邮箱,请使用邮箱登录或联系客服。",
|
||||
|
||||
Reference in New Issue
Block a user