force user to change password

A place for users and developers of the Xataface to discuss and receive support.

force user to change password

Postby samhans » Tue Apr 03, 2012 8:03 am

hai Steve and all friends ;

can anybody suggest me how could i force a user to change passwords while logging in my application.

thanks in advance.
samhans
 
Posts: 96
Joined: Fri Feb 10, 2012 1:22 am

Re: force user to change password

Postby shannah » Tue Apr 03, 2012 9:26 am

You could add a flag somewhere (e.g. the users table), to track whether this use has to change his password. Then you could add some logic to the beforeHandleRequest() method of your application delegate class to check if this flag is set, and change the $query['-action'] parameter to 'change_password' if it is set.

Then you would also need to add something to the beforeSave() handler to check if the value has been changed on the password field, and to unset the 'change password' flag so that you don't keep on forcing him to change his password.

-Steve
shannah
 
Posts: 4457
Joined: Wed Dec 31, 1969 5:00 pm

Re: force user to change password

Postby samhans » Thu Apr 05, 2012 12:12 am

thanks steve for the reply i am doing the business, come back soon
samhans
 
Posts: 96
Joined: Fri Feb 10, 2012 1:22 am


Return to Xataface Users

Who is online

Users browsing this forum: No registered users and 13 guests

cron
Powered by Dataface
© 2005-2007 Steve Hannah All rights reserved