ruby on rails - Devise and user registration requiring admin approval -


i implement following registration system :

  1. user signs , redirected thank signing page (is not sent email , cannot yet log in)
  2. admin logs in , sees list of newly registered (but yet unapproved) users
  3. admin edits user details , clicks 'approved' sends email password new user

how can devise?

this answered in page on devise wiki.


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -