https://github.com/brianp/devise-approvable
An approvable model. This includes all confirmable functions as approval should happen before confirmation.
https://github.com/brianp/devise-approvable
Last synced: 12 months ago
JSON representation
An approvable model. This includes all confirmable functions as approval should happen before confirmation.
- Host: GitHub
- URL: https://github.com/brianp/devise-approvable
- Owner: brianp
- Created: 2011-04-13T22:43:00.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2011-04-13T22:54:11.000Z (about 15 years ago)
- Last Synced: 2025-03-31T09:11:23.402Z (about 1 year ago)
- Language: Ruby
- Homepage:
- Size: 249 KB
- Stars: 6
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
An approvable module. This includes all confirmable functions as approval should happen before confirmation.
Workflow:
Admin email should be added to the configuration. When user signs up admin receives email with link to approve user. Admin clicks link with token. User is approved. Confirmation email gets sent to user. User clicks confirmation link. Profit.