Thanks Ryan, great screencast, I am using it in my app.
I have a users model with only an email and password_digest attributes.
One question (I really need help!): Once the user is logged in, how can I require the user to enter their current password in order to change/update their email or password?
Thanks Ryan, great screencast, I am using it in my app.
I have a users model with only an email and password_digest attributes.
One question (I really need help!): Once the user is logged in, how can I require the user to enter their current password in order to change/update their email or password?
Thanks!