text/microsoft-resx
2.0
System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
An unknown failure has occured.
Default identity result error message
Email '{0}' is already taken.
error for duplicate emails
Name {0} is already taken.
error for duplicate usernames
A user with that external login already exists.
Error when a login already linked
Email '{0}' is invalid.
invalid email
Invalid token.
Error when a token is not recognized
User name {0} is invalid, can only contain letters or digits.
usernames can only contain letters or digits
Lockout is not enabled for this user.
error when lockout is not enabled
No IUserTokenProvider is registered.
Error when there is no IUserTokenProvider
No IUserTwoFactorProvider for '{0}' is registered.
Error when there is no provider found
Incorrect password.
Error when a password doesn't match
Passwords must have at least one digit ('0'-'9').
Error when passwords do not have a digit
Passwords must have at least one lowercase ('a'-'z').
Error when passwords do not have a lowercase letter
Passwords must have at least one non letter or digit character.
Error when password does not have enough letter or digit characters
Passwords must have at least one uppercase ('A'-'Z').
Error when passwords do not have an uppercase letter
Passwords must be at least {0} characters.
Error message for passwords that are too short
{0} cannot be null or empty.
error for empty or null usernames
Role {0} does not exist.
error when a role does not exist
Store does not implement IQueryableRoleStore<TRole>.
error when the store does not implement this interface
Store does not implement IQueryableUserStore<TUser>.
error when the store does not implement this interface
Store does not implement IUserClaimStore<TUser>.
error when the store does not implement this interface
Store does not implement IUserConfirmationStore<TUser>.
error when the store does not implement this interface
Store does not implement IUserEmailStore<TUser>.
error when the store does not implement this interface
Store does not implement IUserLockoutStore<TUser>.
error when the store does not implement this interface
Store does not implement IUserLoginStore<TUser>.
error when the store does not implement this interface
Store does not implement IUserPasswordStore<TUser>.
error when the store does not implement this interface
Store does not implement IUserPhoneNumberStore<TUser>.
error when the store does not implement this interface
Store does not implement IUserRoleStore<TUser>.
error when the store does not implement this interface
Store does not implement IUserSecurityStampStore<TUser>.
error when the store does not implement this interface
Store does not implement IUserTwoFactorStore<TUser>.
error when the store does not implement this interface
User already has a password set.
error when AddPasswordAsync called when a user already has a password
User already in role.
Error when a user is already in a role
User {0} does not exist.
error when a user does not exist
User is not in role.
Error when a user is not in the role