I have created an Admin model with Devise.
Now I want create a User model (with Devise) and the user must be capable of password recovery, edit the profile and sign in but not able to sign_up.
The sign up for the User is only available to Admins.
If I generate the Devise User Model with the registerable module, how can I have the sign up page so that it is only available to admins and not to the user?
Thanks for your support