The tririga user password was encrypted saved in tridata.user_credentials table.
We have a scenario as the follow:
- Reset the user password with a random password via cmd line.
- Reset the password as expired via cmd line.
So once the user was login via the provided password, tririga will ask the user to reset the password as soon as possible.
I checked the columns in tridata.user_credentials table.
- The password was encrypted.
- There is no column to mark the password as expired.
How can I implement the scenario mentioned above? Thanks!