Hello, I've setup Rails 4 + RefineryCMS using the latest version from github (master branch).
The thing is I want users to be able to register into my system. Not to interact with Refinery, but to be able to do other stuff (not related to CMS).
What I don't understand, is how Refinery uses devise.
- Do I have to use Refinery user model?
- Do I have to create my own user model? Do I have, then, to tell Refinery to use this model?
- Should Refinery and my application use differente user models?
I don't understand what Refinery uses devise for. If I run "rake routes" I can see that all devise routes are handled by Refinery Custom Authentication.
- Am I supposed to use Refinery authentication through my entire application?
I hope I explained my self clearly,
Thanks in advance, please let me know if I need to clarify anything,
Federico.