Hello,
I am going yo create a login module using my custom authentication module for member login. The scenario is as follows
- User type in his info (username/password)
- User is verified using an external api
- If user is authenticated then I get roles etc
- Otherwise throw the error
- These users will not have access to the admin/edit cms area
- For admin and all other users of the cms they will use the default login page
Can I get a head start into this? How should I do this? Do I have to create my own custom authentication provider? How do I check that cms users use the basic login functionality the other users uses the one I am going to create?