- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-26-2018 07:07 PM
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?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-27-2018 01:47 AM
Yes ... simply create a before update/insert business rule
Then configure a schedule job to run daily and set Password require reset to true if date above is older than 90 days.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-27-2018 01:47 AM