forked from heartcombo/devise
-
Notifications
You must be signed in to change notification settings - Fork 0
How To: Two step confirmation
Jean-Denis Vauguet edited this page Jun 10, 2016
·
2 revisions
There are at least two approaches in the wiki for two-step confirmation:
- How To: Override confirmations so users can pick their own passwords as part of confirmation activation -- is a slightly complex method to accomplish the feature, but it plays well with Rails 4 and the latest Devise versions, unlike the simplified version below.
- How To: Email only sign up -- this is the method first described by Claudio Marai. It is a simple method that allows user account creation with only an email address. The new user is sent a confirmation email with a link. Clicking on that link loads a webpage where they must submit a valid password before their account is marked as confirmed.