How to prevent user access to the admin?
I don't see any permissions to set and don't want to change the base code. How can this be done?
I am trying to use group access and that imknight plugin looks good, but not sure about admin denial of access. I know about the login redirect but what prevents them from getting into the admin?
Please let me know.
Comments
http://www.getfuelcms.com/forums/discussion/comment/2120/#Comment_2120
You would need to create a separate users table but you could then manage that table in FUEL by creating a simple module.
I have a public login area for my site, it's inside a bigger module but could be pulled out. Doesn't have groups however so might not be any help to you.
https://bitbucket.org/mtsandeep/tank-auth-with-roles/wiki/Home
That is what I am trying to do is have a user login for the public side that will allow say someone to delete something or add something. I can make it, but I wanted to use something out there. I think this link above may work, but it is a matter of adapting all these plugins to Fuel. Should be easy but not always.