Devise: Allow users to edit their account without providing a password BUT also use 'reconfirmable' functionality
Posted
by
Betjamin Richards
on Stack Overflow
See other posts from Stack Overflow
or by Betjamin Richards
Published on 2014-07-01T14:32:28Z
Indexed on
2014/08/24
16:20 UTC
Read the original article
Hit count: 220
I've been following this how-to in the Devise wiki...
How To: Allow users to edit their account without providing a password
...to enable my users to change the account credential and update without providing their existing password.
However, I also want to use the Confirmable modules reconfirmable
functionality
Even though I have config.reconfirmable = true
set in my devise initializer file the controller doesn't seem to be sending the reconfirmable emails.
Any ideas what's wrong?
© Stack Overflow or respective owner