开发者

Devise and user registration requiring admin approval

开发者 https://www.devze.com 2023-03-04 04:20 出处:网络
I would like to implement the following registration system : User signs up and is redirected to a thank you for signing up page

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. 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.

0

精彩评论

暂无评论...
验证码 换一张
取 消