mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 04:07:31 +00:00
fix: check login policy before register and password check (#2611)
* fix: check login policy before register and password check * remove accidentally pushed overwrite * Update en.yaml
This commit is contained in:
@@ -154,6 +154,8 @@ Errors:
|
||||
AlreadyExists: Login Policy existiert bereits
|
||||
IdpProviderAlreadyExisting: Idp Provider existiert bereits
|
||||
IdpProviderNotExisting: Idp Provider existiert nicht
|
||||
RegistrationNotAllowed: Registrierung ist nicht erlaubt
|
||||
UsernamePasswordNotAllowed: Login mit Username / Passwort nicht erlaubt
|
||||
MFA:
|
||||
AlreadyExists: Multifaktor existiert bereits
|
||||
NotExisting: Multifaktor existiert nicht
|
||||
|
@@ -154,6 +154,8 @@ Errors:
|
||||
AlreadyExists: Login Policy already exists
|
||||
IdpProviderAlreadyExisting: Idp Provider already existing
|
||||
IdpProviderNotExisting: Idp Provider not existing
|
||||
RegistrationNotAllowed: Registration is not allowed
|
||||
UsernamePasswordNotAllowed: Login with Username / Password is not allowed
|
||||
MFA:
|
||||
AlreadyExists: Multifactor already exists
|
||||
NotExisting: Multifactor not existing
|
||||
|
Reference in New Issue
Block a user