13
votes

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?

1

1 Answers

24
votes

This is answered in a page on the Devise wiki.