Check user with first login

Nicky Nguyen asked on February 18, 2015 12:31

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

Correct Answer

Brenden Kehren answered on February 18, 2015 13:27

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.

0 votesVote for this answer Unmark Correct answer

   Please, sign in to be able to submit a new answer.