mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 12:27:33 +00:00
fix: restrict domain names to alphanumeric characters (#4104)
* fix: restrict domain names to alphanumeric characters * improve error message
This commit is contained in:
@@ -172,6 +172,7 @@ Errors:
|
||||
IdpIsNotOIDC: La configuration IDP n'est pas de type oidc
|
||||
Domain:
|
||||
AlreadyExists: Le domaine existe déjà
|
||||
InvalidCharacter: Seuls les caractères alphanumériques, . et - sont autorisés pour un domaine
|
||||
IDP:
|
||||
InvalidSearchQuery: Paramètre de recherche non valide
|
||||
LoginPolicy:
|
||||
|
Reference in New Issue
Block a user