Devise: Allow users to edit their account without providing a password BUT also use 'reconfirmable' functionality
- by Betjamin Richards
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?