I have a ASP.NET project using Identity. For Identity Configuration regarding passwords, the PasswordValidator
is being used. How do I expand the enforcement of password beyond what PasswordValidator
has currently (RequiredLength
, RequiredDigit
, etc.) to satisfy a requirement that asks for password expiration after N days?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…