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

haskell - Using filter on an item in a list? -

tomcat6 - Exception when stopping container for a with Spring + Quartz + Tomcat web application -

c# - Binding attached property to IEnumerable -