Change password after first login

This public forum is for user-to-user discussions of ASP.NET Maker. Note that this is not support forum.
Post Reply
w.saeed
User
Posts: 7

Change password after first login

Post 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.


MichaelG
User
Posts: 1095

Post 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.


w.saeed
User
Posts: 7

Post by w.saeed »

thank you


Post Reply