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
- Adm开发者_如何学JAVAin 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.
精彩评论