Concrete5 Check for first login

Permalink
I want to check user's first login and give user access to reset his password..
Please suggest me something

amita
 
enlil replied on at Permalink Reply
enlil
Here is a couple links with helpful information. You'd have to hook the user login event and check the ui numlogins is less than 2 and redirect. I get the concept, just not all the code yet :) Sorry I cant be more helpful...

http://www.concrete5.org/documentation/developers/system/events/...

http://www.concrete5.org/documentation/developers/permissions/users...