RailsCasts Pro episodes are now free!

Learn more or hide this

Aaron Mills's Profile

GitHub User: aarondmills

Comments by Aaron Mills

Avatar

I am getting stuck on the same issue. I implemented identity just fine in a new app I am working on.. however, when I try and bake in the reset password functionality from the other video that covers that concept it does not work.

It seems that simply updating the password attributes on the identity model does not work.

Has anyone done this successfully? Mind sharing the solution you came up with?

Avatar

Thanks for this great screencast. I have just implemented this into an application with omniauth identity.. However it seems

elsif @identity.update_attributes(params[:identity])

does not seem to change the password as it would if I were using roll-your-own authentication.

Where am I going wrong. I am still quite new to rails so any suggestions would be a big help

Thanks!