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 - 12-07-2012

[eluser]Aline[/eluser]
I got this weird problem with ion_auth. When a user register on my website, he retrieves a mail with a link to activate the account. When you click on the link, the account succeffuly activates, though you get the error message that it wasn't able to activate it. Is this some kind of bugg?



Ion Auth - Lightweight Auth System based on Redux Auth 2 - El Forum - 12-07-2012

[eluser]Ben Edmunds[/eluser]
@Aline are you using the latest code from Github?


Ion Auth - Lightweight Auth System based on Redux Auth 2 - El Forum - 12-07-2012

[eluser]Aline[/eluser]
[quote author="Ben Edmunds" date="1354904976"]@Aline are you using the latest code from Github?[/quote]

Yeah, i think so.

Is there anyway that i can check what version i have?


Ion Auth - Lightweight Auth System based on Redux Auth 2 - El Forum - 12-07-2012

[eluser]Ben Edmunds[/eluser]
@Aline if you're using the spark then it's in the details. If not then no not really.

I've never seen that happen before so you might have to debug it in the controller at least to see what's going on. Sorry!


Ion Auth - Lightweight Auth System based on Redux Auth 2 - El Forum - 12-07-2012

[eluser]Aline[/eluser]
[quote author="Ben Edmunds" date="1354921058"]@Aline if you're using the spark then it's in the details. If not then no not really.

I've never seen that happen before so you might have to debug it in the controller at least to see what's going on. Sorry![/quote]

Sorry, my english/knowledge isn't the best. Can you describbe what you mean by "using the spark"?

Thanks for replying Smile


Ion Auth - Lightweight Auth System based on Redux Auth 2 - El Forum - 12-07-2012

[eluser]Ben Edmunds[/eluser]
Spark = either using getsparks.org or by pulling from the spark branch on github.


Ion Auth - Lightweight Auth System based on Redux Auth 2 - El Forum - 12-07-2012

[eluser]Aline[/eluser]
[quote author="Ben Edmunds" date="1354926243"]Spark = either using getsparks.org or by pulling from the spark branch on github.[/quote]

Oh, alright.
Well, i think i got ion_auth files from here (http://jondavidjohn.com/blog/2011/01/scalable-login-system-for-codeigniter-ion_auth)
Where is says "Download Here". Now idea if it's the newest version.

Now, if i have an older version, do i have to download the newest version from github and configure everything again? Or is it a smarter way, where i can like "upgrade" current code?


Ion Auth - Lightweight Auth System based on Redux Auth 2 - El Forum - 12-07-2012

[eluser]Ben Edmunds[/eluser]
Ah yea thats the old v1 code. The new code can be downloaded from here: https://github.com/benedmunds/CodeIgniter-Ion-Auth/zipball/2

You'll have to setup up from scratch, sorry!


Ion Auth - Lightweight Auth System based on Redux Auth 2 - El Forum - 12-07-2012

[eluser]Aline[/eluser]
[quote author="Ben Edmunds" date="1354927471"]Ah yea thats the old v1 code. The new code can be downloaded from here: https://github.com/benedmunds/CodeIgniter-Ion-Auth/zipball/2

You'll have to setup up from scratch, sorry![/quote]

Ah, well i better start now then Smile

Thank you!


Ion Auth - Lightweight Auth System based on Redux Auth 2 - El Forum - 12-12-2012

[eluser]NikosV[/eluser]
About a year ago, i saw a post of Ben stating that is was planning to add group-specific meta data which was great!
I haven't used ion auth for a while, has this feauture been added?