Thanks for this great tool. Is there any guide how to connect this with FB login? I want to give users option to choose regular registration or registration with their FB account
This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.
The active forums are here.
February 10, 2010 7:00pm
Subscribe [287]#1276 / Nov 08, 2012 4:09pm
Thanks for this great tool. Is there any guide how to connect this with FB login? I want to give users option to choose regular registration or registration with their FB account
#1277 / Nov 20, 2012 6:43pm
Thanks for this great tool. Is there any guide how to connect this with FB login? I want to give users option to choose regular registration or registration with their FB account
great idea !
#1278 / Nov 21, 2012 10:24pm
@Kamahi,
Check out the social branch here:
https://github.com/benedmunds/CodeIgniter-Ion-Auth/tree/social
Feel free to hit up mamprogr with questions.
#1279 / Dec 07, 2012 4:32am
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?
#1280 / Dec 07, 2012 1:29pm
@Aline are you using the latest code from Github?
#1281 / Dec 07, 2012 2:00pm
@Aline are you using the latest code from Github?
Yeah, i think so.
Is there anyway that i can check what version i have?
#1282 / Dec 07, 2012 5:57pm
@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!
#1283 / Dec 07, 2012 7:23pm
@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!
Sorry, my english/knowledge isn’t the best. Can you describbe what you mean by “using the spark”?
Thanks for replying 😊
#1284 / Dec 07, 2012 7:24pm
Spark = either using getsparks.org or by pulling from the spark branch on github.
#1285 / Dec 07, 2012 7:37pm
Spark = either using getsparks.org or by pulling from the spark branch on github.
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?
#1286 / Dec 07, 2012 7:44pm
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!
#1287 / Dec 07, 2012 7:47pm
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!
Ah, well i better start now then 😊
Thank you!
#1288 / Dec 12, 2012 4:11am
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?
#1289 / Dec 12, 2012 1:32pm
Hey Nikos,
Sorry but I never got around to adding that. Feel free to send a pull request if you have a chance to add it though.
Thanks!
#1290 / Dec 13, 2012 10:00am
Hi, I’m having a issue here using the library. I have this controller but for some reason when I try to access update() function I got redirect to login form. Can any help me here? What I’m doing wrong?