- ABP Framework version: v4.4.4
- UI type: Angular
- DB provider: EF Core
- Tiered (MVC) or Identity Server Separated (Angular): yes
- Exception message and stack trace:
- Steps to reproduce the issue:"
- How can I implement functionality to require a** password reset** on first login?
- I would also want to automatically send an email to the user when a new user is created.
- How can I add the password expiry duration?
I general, I need to design/implement the following
- Password reset is required
- Password must reset every 90 days
- Password reset reminder 14 days prior to the reset date
- If user has not logged in but 90 days have passed, force user to reset password once logged in
I see it is encapsulated within TenantManagement and IdentityManagement module.