I would like to implement the following registration system :
- User signs up and is redirected
to a thank you for signing up page
(is NOT sent an email and cannot yet log in) - Admin logs in and sees list of newly registered (but as yet unapproved) users
- Admin edits user details and clicks ‘Approved’ which then sends email with password to new user
How can I do this with Devise?
This is answered in a page on the Devise wiki.