mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-13 22:17:38 +00:00
feat: provide option to limit (T)OTP checks (#7693)
* feat: provide option to limit (T)OTP checks * fix requests in console * update errors pkg * cleanup * cleanup * improve naming of existing config
This commit is contained in:
@@ -1660,7 +1660,8 @@
|
||||
"HASLOWERCASE": "must include a lowercase letter",
|
||||
"HASUPPERCASE": "must include an uppercase letter",
|
||||
"SHOWLOCKOUTFAILURES": "show lockout failures",
|
||||
"MAXATTEMPTS": "Password maximum Attempts",
|
||||
"MAXPASSWORDATTEMPTS": "Password maximum attempts",
|
||||
"MAXOTPATTEMPTS": "OTP maximum attempts",
|
||||
"EXPIREWARNDAYS": "Expiration Warning after day",
|
||||
"MAXAGEDAYS": "Max Age in days",
|
||||
"USERLOGINMUSTBEDOMAIN": "Add organization domain as suffix to loginnames",
|
||||
|
Reference in New Issue
Block a user