Browse Source

Add password reuse prevention localization keys

pull/23908/head
maliming 4 months ago
parent
commit
46323e5e33
No known key found for this signature in database GPG Key ID: A646B9CB645ECEA4
  1. 4
      modules/identity/src/Volo.Abp.Identity.Domain.Shared/Volo/Abp/Identity/Localization/en.json

4
modules/identity/src/Volo.Abp.Identity.Domain.Shared/Volo/Abp/Identity/Localization/en.json

@ -99,6 +99,8 @@
"DisplayName:Abp.Identity.Password.RequireDigit": "Required digit",
"DisplayName:Abp.Identity.Password.ForceUsersToPeriodicallyChangePassword": "Force users to periodically change password",
"DisplayName:Abp.Identity.Password.PasswordChangePeriodDays": "Password change period(days)",
"DisplayName:Abp.Identity.Password.EnablePreventPasswordReuse": "Enable prevent password reuse",
"DisplayName:Abp.Identity.Password.PreventPasswordReuseCount": "Prevent password reuse count",
"DisplayName:Abp.Identity.Lockout.AllowedForNewUsers": "Enabled for new users",
"DisplayName:Abp.Identity.Lockout.LockoutDuration": "Lockout duration(seconds)",
"DisplayName:Abp.Identity.Lockout.MaxFailedAccessAttempts": "Max failed access attempts",
@ -115,6 +117,8 @@
"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.",

Loading…
Cancel
Save