Password Expiration
Comments
-
How can we set a Password Expiry for Accounts? If so, can we send a notification email about it to the users?
[i]edited by Will@decisions.com on 11/23/2019[/i] -
The Password Expiry time can be defined through Portal by checking the Enable Account Expiration property in Portal Settings.
[img]att1[/img]
For sending Password Expiry notification emails to users, you can create a [url=https://documentation.decisions.com/docs/running-a-flow-on-a-schedule]Schedule Job[/url] running daily which checks the last password reset date for an Account and then send out a notification email as needed. The last_password_reset_date information can be found in the entity_account table.
[font=verdana, sans-serif]
[/font]
[i]edited by kshitij@decisions.com on 11/19/2019[/i]