feat: add routes, lang, tests, stubs, docs, and docker configurations
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"Authentication & Rate Limiting": "Authentication & Rate Limiting",
|
||||
"Enable 2FA": "Enable 2FA",
|
||||
"Two-factor authentication": "Two-factor authentication",
|
||||
"2FA Method": "2FA Method",
|
||||
"Email OTP": "Email OTP",
|
||||
"OTP App (Google Authenticator)": "OTP App (Google Authenticator)",
|
||||
"Enable Captcha": "Enable Captcha",
|
||||
"Google reCAPTCHA on login page": "Google reCAPTCHA on login page",
|
||||
"reCAPTCHA Version": "reCAPTCHA Version",
|
||||
"Trust Device & Passkeys": "Trust Device & Passkeys",
|
||||
"Trust Device (Days)": "Trust Device (Days)",
|
||||
"Validity period of 2FA bypass on trusted devices": "Validity period of 2FA bypass on trusted devices",
|
||||
"Enable Passkeys (Biometric)": "Enable Passkeys (Biometric)",
|
||||
"Login using Fingerprint/FaceID": "Login using Fingerprint/FaceID",
|
||||
"Log Login Activity": "Log Login Activity",
|
||||
"Record all login attempts and activities": "Record all login attempts and activities",
|
||||
"Password Configuration": "Password Configuration",
|
||||
"Minimum Password Length": "Minimum Password Length",
|
||||
"Require Uppercase Letters": "Require Uppercase Letters",
|
||||
"Require Numbers": "Require Numbers",
|
||||
"Require Symbols / Special Characters": "Require Symbols / Special Characters",
|
||||
"Password Expiry (Days)": "Password Expiry (Days)",
|
||||
"0 = Unlimited. Users will be forced to change password after this period.": "0 = Unlimited. Users will be forced to change password after this period.",
|
||||
"Prevent Password Reuse (Count)": "Prevent Password Reuse (Count)",
|
||||
"Check last X passwords when changing password.": "Check last X passwords when changing password.",
|
||||
"Session Control": "Session Control",
|
||||
"Session Lifetime / Timeout (Minutes)": "Session Lifetime / Timeout (Minutes)",
|
||||
"Duration a user remains logged in before being automatically logged out if inactive.": "Duration a user remains logged in before being automatically logged out if inactive.",
|
||||
"Concurrent Session Limit": "Concurrent Session Limit",
|
||||
"Maximum devices allowed to be logged in simultaneously. Use 1 to log out other devices upon login.": "Maximum devices allowed to be logged in simultaneously. Use 1 to log out other devices upon login."
|
||||
}
|
||||
Reference in New Issue
Block a user