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 Optimistic concurrency failure, object has been modified. Error when optimistic concurrency fails An unknown failure has occurred. Default identity result error message Email '{0}' is already taken. Error for duplicate emails Role name '{0}' is already taken. Error for duplicate roles User name '{0}' is already taken. Error for duplicate user names Email '{0}' is invalid. Invalid email Type {0} must derive from {1}<{2}>. Error when the manager type is not derived correctly The provided PasswordHasherCompatibilityMode is invalid. Error when the password hasher doesn't understand the format it's being asked to produce. The iteration count must be a positive integer. Error when the iteration count is < 1. Role name '{0}' is invalid. Error for invalid role names Invalid token. Error when a token is not recognized User name '{0}' is invalid, can only contain letters or digits. User names can only contain letters or digits A user with this login already exists. Error when a login already linked AddIdentity must be called on the service collection. Error when AddIdentity is not called No IUserTokenProvider named '{0}' is registered. Error when there is no IUserTokenProvider User security stamp cannot be null. Error when a user's security stamp is null. 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 alphanumeric character. Error when password does not have enough non alphanumeric 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 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 IRoleClaimStore<TRole>. Error when the store does not implement this interface Store does not implement IUserAuthenticationTokenStore<User>. 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 IUserAuthenticatorKeyStore<User>. Error when the store does not implement this interface Store does not implement IUserTwoFactorStore<TUser>. Error when the store does not implement this interface Recovery code redemption failed. Error when a recovery code is not redeemed. User already has a password set. Error when AddPasswordAsync called when a user already has a password User already in role '{0}'. Error when a user is already in a role User is locked out. Error when a user is locked out Lockout is not enabled for this user. Error when lockout is not enabled User {0} does not exist. Error when a user does not exist User is not in role '{0}'. Error when a user is not in the role Store does not implement IUserTwoFactorRecoveryCodeStore<User>. Error when the store does not implement this interface Passwords must use at least {0} different characters. Error message for passwords that are based on similar characters No RoleType was specified, try AddRoles<TRole>(). Error when the IdentityBuilder.RoleType was not specified