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

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.

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.