mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-15 05:07:44 +00:00
feat: add hide password reset to login policy (#1806)
* feat: add hide password reset to login policy * feat: tests * feat: hide password reset in login * feat: hide password reset to frontend * feat: hide password reset to frontend * feat: hide password reset to frontend * feat: check feature * feat: feature in frontend
This commit is contained in:
@@ -607,6 +607,7 @@
|
||||
"DATA": {
|
||||
"AUDITLOGRETENTION": "Audit Log Retention",
|
||||
"LOGINPOLICYUSERNAMELOGIN": "Login Policy: Allow login with Username - custom",
|
||||
"LOGINPOLICYPASSWORDRESET": "Login Policy: Hide reset password link - custom",
|
||||
"LOGINPOLICYREGISTRATION": "Login Policy: Allow self registration - custom",
|
||||
"LOGINPOLICYIDP": "Login Policy: Identity Provider - custom",
|
||||
"LOGINPOLICYFACTORS": "Login Policy: Multifactors - custom",
|
||||
@@ -683,7 +684,9 @@
|
||||
"ALLOWEXTERNALIDP_DESC": "The login is allowed for the underlying identity providers",
|
||||
"ALLOWREGISTER_DESC": "If the option is selected, an additional step for registering a user appears in the login.",
|
||||
"FORCEMFA": "Force MFA",
|
||||
"FORCEMFA_DESC": "If the option is selected, users have to configure a second factor for login."
|
||||
"FORCEMFA_DESC": "If the option is selected, users have to configure a second factor for login.",
|
||||
"HIDEPASSWORDRESET": "Hide Password reset",
|
||||
"FORCEMFA_DESC": "If the option is selected, the user can't reset his password in the login process."
|
||||
},
|
||||
"RESET": "Reset Policy",
|
||||
"CREATECUSTOM": "Create Custom Policy",
|
||||
|
Reference in New Issue
Block a user