UNPKG

@nocobase/plugin-auth

Version:

User authentication management, including password, SMS, and support for Single Sign-On (SSO) protocols, with extensibility.

84 lines 8.03 kB
{ "1. Select notification channel": "1. Select notification channel", "2. Configure reset email": "2. Configure reset email", "Allow to sign in with": "Allow to sign in with", "Allow to sign up": "Allow to sign up", "At least one of the username or email fields is required": "At least one of the username or email fields is required", "Auth Type": "Auth Type", "Auth UID": "Auth UID", "Authentication": "Authentication", "Authenticators": "Authenticators", "Back to login": "Back to login", "Content type": "Content type", "Days": "Days", "Email channel not found": "Email channel not found", "Enable forget password": "Enable forget password", "Expired token refresh limit": "Expired token refresh limit", "Forgot password": "Forgot password", "Go to login": "Go to login", "Hours": "Hours", "In configuration mode, the entire column becomes transparent. In non-configuration mode, the entire column will be hidden. Even if the entire column is hidden, its configured default values and other settings will still take effect.": "In configuration mode, the entire column becomes transparent. In non-configuration mode, the entire column will be hidden. Even if the entire column is hidden, its configured default values and other settings will still take effect.", "Minutes": "Minutes", "Missing X-Authenticator in request header": "Missing X-Authenticator in request header", "No authentication methods available.": "No authentication methods available.", "No notification channels found. Please ": "No notification channels found. Please ", "Not a valid cellphone number, please re-enter": "Not a valid cellphone number, please re-enter", "Not allowed to reset password": "Not allowed to reset password", "Not allowed to sign up": "Not allowed to sign up", "Notification channel (Email)": "Notification channel (Email)", "Notification manager plugin not found": "Notification manager plugin not found", "Password": "Password", "Password is not allowed to be changed": "Password is not allowed to be changed", "Password reset successful": "Password reset successful", "Plain text": "Plain text", "Please enter a password": "Please enter a password", "Please enter a valid email": "Please enter a valid email", "Please enter a valid username": "Please enter a valid username", "Please enter new password": "Please enter new password", "Please enter the same password again": "Please enter the same password again", "Please enter your email": "Please enter your email", "Please enter your username or email": "Please enter your username or email", "Please keep and enable at least one authenticator": "Please keep and enable at least one authenticator", "Reset email sent successfully": "Reset email sent successfully", "Reset link expiration (minutes)": "Reset link expiration (minutes)", "Reset link has expired": "Reset link has expired", "Reset password": "Reset password", "Reset password email": "Reset password email", "Reset password link": "Reset password link", "Saved successfully!": "Saved successfully!", "Seconds": "Seconds", "Send reset email": "Send reset email", "Session validity period": "Session validity period", "Show": "Show", "Sign in via email": "Sign in via email", "Sign in via password": "Sign in via password", "Sign up form": "Sign up form", "Sign up settings": "Sign up settings", "Sign-in": "Sign-in", "Subject": "Subject", "The authentication allows users to sign in via username or email.": "The authentication allows users to sign in via username or email.", "The maximum time limit allowed for refreshing a Token after it expires. After this time limit, the token cannot be automatically renewed, and the user needs to log in again.": "The maximum time limit allowed for refreshing a Token after it expires. After this time limit, the token cannot be automatically renewed, and the user needs to log in again.", "The maximum valid time for each user login. During the session validity, the Token will be automatically updated. After the timeout, the user is required to log in again.": "The maximum valid time for each user login. During the session validity, the Token will be automatically updated. After the timeout, the user is required to log in again.", "The notification channel used to send the reset password email, only support email channel": "The notification channel used to send the reset password email, only support email channel", "The password is inconsistent, please re-enter": "The password is inconsistent, please re-enter", "The password is incorrect, please re-enter": "The password is incorrect, please re-enter", "The passwords entered twice are inconsistent": "The passwords entered twice are inconsistent", "The phone number has been registered, please login directly": "The phone number has been registered, please login directly", "The phone number is not registered, please register first": "The phone number is not registered, please register first", "The username or email is incorrect, please re-enter": "The username or email is incorrect, please re-enter", "The username/email or password is incorrect, please re-enter": "The username/email or password is incorrect, please re-enter", "The validity period of each issued API Token. After the Token expires, if it is within the session validity period and has not exceeded the refresh limit, the server will automatically issue a new Token to maintain the user session, otherwise the user is required to log in again. (Each Token can only be refreshed once)": "The validity period of each issued API Token. After the Token expires, if it is within the session validity period and has not exceeded the refresh limit, the server will automatically issue a new Token to maintain the user session, otherwise the user is required to log in again. (Each Token can only be refreshed once)", "Token expired": "Token expired", "Token policy": "Token policy", "Token validity period": "Token validity period", "Token validity period must be less than session validity period!": "Token validity period must be less than session validity period!", "Unauthenticated. Please sign in to continue.": "Unauthenticated. Please sign in to continue.", "User not found": "User not found", "User not found. Please sign in again to continue.": "User not found. Please sign in again to continue.", "Username/Email": "Username/Email", "Your session has expired. Please sign in again.": "Your session has expired. Please sign in again.", "add one first": "add one first", "defaultResetPasswordEmailContentHTML": "<p>Hello {{$user.username}},</p>\n\n<p>We received a request to reset the password for your {{$systemSettings.title}} account.</p>\n\n<p>Please click the link below to set your new password:</p>\n\n<p>\n <a href=\"{{$resetLink}}\">Reset Your Password</a>\n</p>\n\n<p>\n If you did not request a password reset, please ignore this email. Your password will remain unchanged.\n</p>\n\n<p>\n Please note: For your security, this password reset link will expire in <strong>{{$resetLinkExpiration}} minutes</strong>.\n</p>\n\n<p>If you encounter any issues resetting your password, please contact our support team.</p>\n\n<p>\n Thanks,<br>\n The {{$systemSettings.title}} Team\n</p>", "defaultResetPasswordEmailContentText": "Hello {{$user.username}},\n\nWe received a request to reset the password for your {{$systemSettings.title}} account.\n\nPlease click the link below to set your new password:\n\n{{$resetLink}}\n\nIf you did not request a password reset, please ignore this email. Your password will remain unchanged.\n\nPlease note: For your security, this password reset link will expire in {{$resetLinkExpiration}} minutes.\n\nIf you encounter any issues resetting your password, please contact our support team.\n\nThanks, The {{$systemSettings.title}} Team", "defaultResetPasswordEmailSubject": "Reset your password for {{$systemSettings.title}}" }