I want to force password change every 90 days.

chanken
Tera Contributor

I want to force password change every 90 days.

I would like to set the last update date column of the password I added to the sys_usert table using ValidatePasswordStringer.
However, if called from "Forget password", we can not get user ID.
This is because gs.getUserID () returns guest.
How do I get a user ID?

Or should I set the last update date of the password with the business rule of the sys_user table?

1 ACCEPTED SOLUTION

Gurpreet07
Mega Sage

Yes ... simply create a before update/insert business rule

find_real_file.png

 

Then configure a schedule job to run daily and set Password require reset to true if date above is older than 90 days.

View solution in original post

1 REPLY 1

Gurpreet07
Mega Sage

Yes ... simply create a before update/insert business rule

find_real_file.png

 

Then configure a schedule job to run daily and set Password require reset to true if date above is older than 90 days.