Adding confirmable module to an existing site using Devise
- by slythic
Hi all,
I'm using devise for a web app and wanted to add the confirmable module to the site. However, since a confirmation_token isn't generated users can't sign in. When clicking the 'Didn't receive confirmation instructions?' link the token still isn't generated.
What is the best way to get this to work?
Many thanks,
Tony