Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/justalever/devise_confirmable_example
- Owner: justalever
- Created: 2019-06-23T15:28:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T13:28:51.000Z (about 2 years ago)
- Last Synced: 2024-10-09T13:03:06.659Z (4 months ago)
- Topics: confirmable, devise, rails, ruby
- Language: Ruby
- Homepage: https://web-crunch.com
- Size: 915 KB
- Stars: 2
- Watchers: 1
- Forks: 3
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
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.