"Description:Abp.Identity.Password.RequireDigit":"If passwords must contain a digit.",
"Description:Abp.Identity.Password.ForceUsersToPeriodicallyChangePassword":"Whether users are forced to periodically change their password.",
"Description:Abp.Identity.Password.PasswordChangePeriodDays":"The number of days a user's password is valid for.",
"Description:Abp.Identity.Password.EnablePreventPasswordReuse":"Whether to prevent users from reusing their previous passwords.",
"Description:Abp.Identity.Password.PreventPasswordReuseCount":"The number of previous passwords that cannot be reused.",
"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.",