CodeIgniter Forums
Ion Auth - Lightweight Auth System based on Redux Auth 2 - 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: Ion Auth - Lightweight Auth System based on Redux Auth 2 (/showthread.php?tid=27435)



Ion Auth - Lightweight Auth System based on Redux Auth 2 - El Forum - 02-22-2010

[eluser]NateL[/eluser]
Hey Ben,

This returned the full path, as I expect it:

Code:
if(!is_really_writable(dirname(__FILE__))):



Ion Auth - Lightweight Auth System based on Redux Auth 2 - El Forum - 02-23-2010

[eluser]joytopia[/eluser]
[quote author="Ben Edmunds" date="1266895078"]
I've had one other person request this and I was waiting to see if there were many requests for this feature.
[/quote]

Ben,
I would appreciate a secure remember me function too.
Thanks for the great work and best regards,
Bernd.


Ion Auth - Lightweight Auth System based on Redux Auth 2 - El Forum - 02-23-2010

[eluser]atno[/eluser]
[quote author="joytopia" date="1266927947"][quote author="Ben Edmunds" date="1266895078"]
I've had one other person request this and I was waiting to see if there were many requests for this feature.
[/quote]

Ben,
I would appreciate a secure remember me function too.
Thanks for the great work and best regards,
Bernd.[/quote]

+1


Ion Auth - Lightweight Auth System based on Redux Auth 2 - El Forum - 02-23-2010

[eluser]Ben Edmunds[/eluser]
NateL: Huh???


Ion Auth - Lightweight Auth System based on Redux Auth 2 - El Forum - 02-23-2010

[eluser]NateL[/eluser]
[quote author="Ben Edmunds" date="1266975056"]NateL: Huh???[/quote]

OH wow. I totally responded to the wrong thread!!
Sorry about that. :red:


Ion Auth - Lightweight Auth System based on Redux Auth 2 - El Forum - 02-23-2010

[eluser]eric cumbee[/eluser]
i am getting a "Unable to load the requested class: database" error when i go to the auth controller.
i did a quick query of the user table using AR in my welcome controller of a fresh copy of 1.7.2 and it returns a result set.


Ion Auth - Lightweight Auth System based on Redux Auth 2 - El Forum - 02-23-2010

[eluser]Ben Edmunds[/eluser]
Eric:

It was a problem with a quick change I made the other day in the example controller.

It is fixed now and pushed to github.


Thanks,


Ion Auth - Lightweight Auth System based on Redux Auth 2 - El Forum - 02-27-2010

[eluser]jaybizzle[/eluser]
Nice work


Ion Auth - Lightweight Auth System based on Redux Auth 2 - El Forum - 02-27-2010

[eluser]atno[/eluser]
Hey Ben,

Looking good so far thanks again. Are you planning any future additions like the "remember" function and a captcha addition on registration ?

atn


Ion Auth - Lightweight Auth System based on Redux Auth 2 - El Forum - 02-27-2010

[eluser]Ben Edmunds[/eluser]
atno:

Yea I am planning to add remember me functionality but haven't gotten around to it yet.

Captcha is also a good idea, does anyone else want captcha added?