HI all,
I have a requirement to check user with first their login then will redirect them to a change password form. Could someone help me to give approach for this requirement?
Thanks, Phuong
Add a new field (IsFirstLogin default = true) to the User object here Modules > Membership > Classes > User > Fields and then write some custom code around the authentication event to update this field to false once they login.
Please, sign in to be able to submit a new answer.