![]() |
Using FreakAuth - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22) +--- Thread: Using FreakAuth (/showthread.php?tid=5631) |
Using FreakAuth - El Forum - 01-29-2008 [eluser]GreenDude[/eluser] Hi. I just tried the new FreakAuth, went through the docs several times, and I can't quite get it. My goal is to have a login box somewhere in my page (or in a new page) and I need the admin hierarchy also. I'm fairly new to CI, and it took me a while to understand all the modifications that came with the install, but really weird stuff happened in the end. I would log in with the super admin, and after leaving the admin page it would become blank if I try to access it again. I tried to embed the auth check in my functions but that didn't really work either. Can you please advise me on what to do/read or where I can find easier or clearer examples? Cheers, GreenDude Using FreakAuth - El Forum - 01-30-2008 [eluser]Grahack[/eluser] FAL comes with a login page. Did you manage to install it completely? What do you call the 'admin hierarchy'? About this blank page, try to use the logs of CI and see where it stops. And what do you see when you say 'embed the auth check in my functions' doesn't work? And welcome to CI and FAL! Using FreakAuth - El Forum - 01-30-2008 [eluser]GreenDude[/eluser] I'm reinstalling now. I got this error when I registered the superadmin and when I tried to login with him: Code: A PHP Error was encountered By hierarchy I meant the user/admin levels (superadmin, etc) ![]() Later edit: Everything seems to be working, I got the hang of things :coolsmile: Have to get rid of that error. Even later edit: The error was from a UTF-8 bytemark I had in the file. This rocks! ![]() Using FreakAuth - El Forum - 01-31-2008 [eluser]Grahack[/eluser] OK, I'm glad it works now, do you have everything you needed? Using FreakAuth - El Forum - 02-01-2008 [eluser]GreenDude[/eluser] Yes, I'm quite happy ![]() Thanks for your time |