Adnen Mrad

Joined

60 Experience
0 Lessons Completed
0 Questions Solved

Activity

Posted in how to use devise_invitable gem in rails

Admin creates a User. App sends Invitation Email to new User. User
clicks on link provided in the email. Links takes new User to a webpage
where he pick his password. User can now login to the app.
I'm working with devise_invitable gem I need to know how to configure my users controller (create method)

Posted in New Users Only Created by Admin User

what changes should i do in the users controller when using the 'devise_invitable' gem ?