Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Devise and user registration requiring admin approval

I would like to implement the following registration system :

  1. User signs up and is redirected to a thank you for signing up page (is NOT sent an email and cannot yet log in)
  2. Admin logs in and sees list of newly registered (but as yet unapproved) users
  3. Admin edits user details and clicks 'Approved' which then sends email with password to new user

How can I do this with Devise?

like image 422
robzolkos Avatar asked May 11 '11 01:05

robzolkos


1 Answers

This is answered in a page on the Devise wiki.

like image 139
robzolkos Avatar answered Oct 23 '22 04:10

robzolkos