✨ feat: Authentication verification code
This commit is contained in:
@@ -1,4 +1,11 @@
|
||||
{
|
||||
"captcha": {
|
||||
"clickToRefresh": "Click to refresh",
|
||||
"noImage": "No Image",
|
||||
"placeholder": "Enter captcha code...",
|
||||
"refresh": "Refresh captcha",
|
||||
"required": "Please enter captcha code"
|
||||
},
|
||||
"check": {
|
||||
"description": "Verify your identity",
|
||||
"title": "Verify"
|
||||
|
||||
@@ -104,13 +104,20 @@
|
||||
},
|
||||
"userSecuritySettings": "User & Security",
|
||||
"verify": {
|
||||
"description": "Configure Turnstile CAPTCHA and verification settings",
|
||||
"enableLoginVerify": "Enable Verification on Login",
|
||||
"enableLoginVerifyDescription": "When enabled, users must pass human verification during login",
|
||||
"enablePasswordVerify": "Enable Verification on Password Reset",
|
||||
"enablePasswordVerifyDescription": "When enabled, users must pass human verification during password reset",
|
||||
"enableRegisterVerify": "Enable Verification on Registration",
|
||||
"enableRegisterVerifyDescription": "When enabled, users must pass human verification during registration",
|
||||
"captchaType": "Captcha Type",
|
||||
"captchaTypeDescription": "Choose between local image captcha (offline) or Cloudflare Turnstile",
|
||||
"captchaTypeLocal": "Local Image Captcha",
|
||||
"captchaTypePlaceholder": "Select captcha type",
|
||||
"captchaTypeTurnstile": "Cloudflare Turnstile",
|
||||
"description": "Configure captcha type and verification settings",
|
||||
"enableAdminLoginCaptcha": "Enable Admin Authentication Captcha",
|
||||
"enableAdminLoginCaptchaDescription": "When enabled, administrators must pass captcha verification during login or password reset",
|
||||
"enableUserLoginCaptcha": "Enable User Login Captcha",
|
||||
"enableUserLoginCaptchaDescription": "When enabled, users must pass captcha verification during login",
|
||||
"enableUserRegisterCaptcha": "Enable User Registration Captcha",
|
||||
"enableUserRegisterCaptchaDescription": "When enabled, users must pass captcha verification during registration",
|
||||
"enableUserResetPasswordCaptcha": "Enable User Password Reset Captcha",
|
||||
"enableUserResetPasswordCaptchaDescription": "When enabled, users must pass captcha verification during password reset",
|
||||
"saveFailed": "Save Failed",
|
||||
"saveSuccess": "Save Successful",
|
||||
"title": "Security Verification",
|
||||
|
||||
@@ -147,5 +147,6 @@
|
||||
"address": "Address",
|
||||
"noNodesAvailable": "No nodes available",
|
||||
"nodeGroup": "Node Group",
|
||||
"publicNodes": "Public Nodes"
|
||||
"publicNodes": "Public Nodes",
|
||||
"subscriptionNodes": "Subscription Nodes"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user