Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/justalever/devise_confirmable_example

Let's Build: With Ruby on Rails - Extending Devise - Confirmation Emails
https://github.com/justalever/devise_confirmable_example

confirmable devise rails ruby

Last synced: 20 days ago
JSON representation

Let's Build: With Ruby on Rails - Extending Devise - Confirmation Emails

Awesome Lists containing this project

README

        

# Let's Build: With Ruby on Rails

### Extending Devise Series

This is a quick way to add the `:confirmable` option that ships with the Devise gem. An e-mail is sent to new users that sign-up requesting they confirm their account. Until they click the link in the e-mail to activate their account are they granted access.