-
-
Notifications
You must be signed in to change notification settings - Fork 8
Identity Describer Errors Localization
Ziya Mollamahmut edited this page May 7, 2020
·
2 revisions
Identity errors localization setup is done by default with ExpressLocalization
, you only need to provide the localized versions for the below messages in resx files:
A user with this login already exists.
An unknown failure has occurred.
Email '{0}' is already taken.
Email '{0}' is invalid.
Incorrect password.
Invalid token.
Lockout is not enabled for this user.
Optimistic concurrency failure, object has been modified.
Passwords must be at least {0} characters.
Passwords must have at least one digit ('0'-'9').
Passwords must have at least one lowercase ('a'-'z').
Passwords must have at least one non alphanumeric character.
Passwords must have at least one uppercase ('A'-'Z').
Passwords must use at least {0} different characters.
Recovery code redemption failed.
Role name '{0}' is already taken.
Role name '{0}' is invalid.
User already has a password set.
User already in role '{0}'.
User is not in role '{0}'.
User name '{0}' is already taken.
User name '{0}' is invalid, can only contain letters or digits.