"Description:Abp.Identity.Password.RequiredLength":"The minimum length a password must be.",
"Description:Abp.Identity.Password.RequiredUniqueChars":"The minimum number of unique characters which a password must contain.",
"Description:Abp.Identity.Password.RequireNonAlphanumeric":"If passwords must contain a non-alphanumeric character.",
"Description:Abp.Identity.Password.RequireLowercase":"If passwords must contain a lower case ASCII character.",
"Description:Abp.Identity.Password.RequireUppercase":"If passwords must contain a upper case ASCII character.",
"Description:Abp.Identity.Password.RequireDigit":"If passwords must contain a digit.",
"Description:Abp.Identity.Lockout.AllowedForNewUsers":"Whether a new user can be locked out.",
"Description:Abp.Identity.Lockout.LockoutDuration":"The duration a user is locked out for when a lockout occurs.",
"Description:Abp.Identity.Lockout.MaxFailedAccessAttempts":"The number of failed access attempts allowed before a user is locked out, assuming lock out is enabled.",
"Description:Abp.Identity.SignIn.RequireConfirmedEmail":"Whether a confirmed email address is required to sign in.",
"Description:Abp.Identity.SignIn.RequireConfirmedPhoneNumber":"Whether a confirmed telephone number is required to sign in.",
"Description:Abp.Identity.User.IsUserNameUpdateEnabled":"Whether the username can be updated by the user.",
"Description:Abp.Identity.User.IsEmailUpdateEnabled":"Whether the email can be updated by the user."