Page 1 of 1

Change password after first login

Posted: Wed Oct 05, 2022 12:44 am
by w.saeed

How I can forces the new app user to change password after first login.

It will be much appriciatted to get the help.


Re: Change password after frist login

Posted: Wed Oct 05, 2022 7:49 am
by MichaelG

In Advanced Security -> User Login Options, enable the options Enable Password Expiry. You can then set password expired (e.g. ResolveProfile()?.SetPasswordExpired(usr)) for the user in the User_LoggingIn server event.


Re: Change password after first login

Posted: Sat Nov 05, 2022 6:32 am
by w.saeed

thank you