mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 18:07:31 +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:
@@ -1421,6 +1421,7 @@ This is an empty response
|
||||
| password_complexity_policy | bool | - | |
|
||||
| label_policy | bool | - | |
|
||||
| custom_domain | bool | - | |
|
||||
| login_policy_password_reset | bool | - | |
|
||||
|
||||
|
||||
|
||||
@@ -1456,6 +1457,7 @@ This is an empty response
|
||||
| password_complexity_policy | bool | - | |
|
||||
| label_policy | bool | - | |
|
||||
| custom_domain | bool | - | |
|
||||
| login_policy_password_reset | bool | - | |
|
||||
|
||||
|
||||
|
||||
@@ -1696,6 +1698,7 @@ This is an empty response
|
||||
| allow_external_idp | bool | - | |
|
||||
| force_mfa | bool | - | |
|
||||
| passwordless_type | zitadel.policy.v1.PasswordlessType | - | enum.defined_only: true<br /> |
|
||||
| hide_password_reset | bool | - | |
|
||||
|
||||
|
||||
|
||||
|
@@ -1803,6 +1803,7 @@ Change OIDC identity provider configuration of the organisation
|
||||
| allow_external_idp | bool | - | |
|
||||
| force_mfa | bool | - | |
|
||||
| passwordless_type | zitadel.policy.v1.PasswordlessType | - | enum.defined_only: true<br /> |
|
||||
| hide_password_reset | bool | - | |
|
||||
|
||||
|
||||
|
||||
@@ -4988,6 +4989,7 @@ This is an empty request
|
||||
| allow_external_idp | bool | - | |
|
||||
| force_mfa | bool | - | |
|
||||
| passwordless_type | zitadel.policy.v1.PasswordlessType | - | enum.defined_only: true<br /> |
|
||||
| hide_password_reset | bool | - | |
|
||||
|
||||
|
||||
|
||||
|
@@ -37,6 +37,7 @@ title: zitadel/policy.proto
|
||||
| force_mfa | bool | - | |
|
||||
| passwordless_type | PasswordlessType | - | |
|
||||
| is_default | bool | - | |
|
||||
| hide_password_reset | bool | - | |
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user