0
bozkan created
Is it possible to set password expiration interval (password age) (to force the user to change the password after a certain amount of time) in ABP ? I reviewed the password settings page but could not find any settings for that.
- ABP Framework version: v6
- UI Type: Angular
- Database System: EF Core (PostgreSQL)
- Tiered (for MVC) or Auth Server Separated (for Angular): yes
2 Answer(s)
-
0
Hi,
ABP supports password aging in version 7.2.0 .
https://blog.abp.io/abp/ABP.IO-Platform-7.2-RC-Has-Been-Published https://docs.abp.io/en/commercial/latest/modules/identity/periodic-password-change
-
0
Hi,
ABP supports password aging in version 7.2.0 .
https://blog.abp.io/abp/ABP.IO-Platform-7.2-RC-Has-Been-Published https://docs.abp.io/en/commercial/latest/modules/identity/periodic-password-change
Thank you.