I’m using Ion Auth for my website authentication, and it’s a wonderful tool with one slight issue. Whenever a user is created, they are automatically created as an administrator and not a member or general user even though this is specified within my ion_auth config file. Has anyone else come across this issue, or know how to resolve this?
Share
In application/config/ion_auth.php
‘members’ must be inserted in the ‘groups’ table defined by:
If this not works the problem is in another part…