Adding confirmable module to an existing site using Devise
Posted
by slythic
on Stack Overflow
See other posts from Stack Overflow
or by slythic
Published on 2010-06-14T03:03:01Z
Indexed on
2010/06/14
3:12 UTC
Read the original article
Hit count: 564
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
© Stack Overflow or respective owner