[Rails] Re: login system - user password being updated

2009-04-26 Thread Colin Law
Are you saying that after the update_attribute the password field is also changed? If so do you have some sort of filter that might be running and changing it? Possibly you could put debugger traps at each point you change the password and check it is not getting there. Also have a look in the l

[Rails] Re: login system - user password being updated

2009-04-26 Thread Stephen Fagan
I ended up kinda working it out. I now just reset the password and email the link to the user. Not 100% ideal but it works! -- Posted via http://www.ruby-forum.com/. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups