@David, take a look at this one: http://openid-demo.appspot.com/
It’s not a CI plugin, but one could easily implement it.
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 06, 2010 5:48am
Subscribe [107]#361 / May 25, 2011 12:28pm
@David, take a look at this one: http://openid-demo.appspot.com/
It’s not a CI plugin, but one could easily implement it.
#362 / Jun 07, 2011 1:06am
May adding signin via Hi5! ?
#363 / Jun 07, 2011 8:30am
Why is the CI documentation part of the A3M archive?
Actually it looks like most of CI 2 is part of the A3m archive. Was that done to make it easier on new users to get going?
Makes it hard to separate A3m from the rest of the CI source.
#364 / Jun 07, 2011 8:37am
hi
will this work on 2.0.2?
thanks.
#365 / Jun 07, 2011 9:33am
hi
will this work on 2.0.2?
thanks.
got to google code link on the first page of this topic and there u’ll have 2 options 1.7 and 2.0
#366 / Jun 12, 2011 8:16pm
For anyone having problems with the facebook infinite loop problem I’ve since discovered (or so it would appear) it’s to do with Codeigniter losing the $_GET related variables when clean URLs are enabled. .htaccess configurations for codeigniter typically don’t include the query string in rewritten URLs, and all of the .htaccess tutorials/examples I’ve seen for a3m come without it too.
To resolve the issue replace the following line, or the line which does the equivilant in your .htaccess
RewriteRule ^(.*)$ /a3m_peanutbutter/index.php?$1 [L]With this one.
RewriteRule ^(.*)$ /a3m_peanutbutter/index.php?$1 [QSA,L]I’ve got my $config[‘uri_protocol’] set to AUTO but I’m not sure how changing it will affect the above proposed solution, and haven’t tested it.
Hope this works for other people too.
#367 / Jun 17, 2011 2:07pm
مرحبا،
Arabic translation for a3m v2 language files.
http://code.google.com/p/a3m-arabic-language-pack/
Hope is useful.
#368 / Jun 25, 2011 10:17am
Is this a dead module? There hasn’t been any development since Feb and questions are going un-answered by the dev
#369 / Jun 25, 2011 4:34pm
The developer is currently busy as he has mentioned in the thread, hopefully he picks up development sometime soon,
Robbie.
#370 / Aug 02, 2011 1:29pm
Hi
I’ve found this library/template/plugin very helpful on getting users logged in. But I haven’t found a way to use the role/permissions stuff working (I just saw the tables on phpmyadmin, but not its relationship with the PHP code). Is there a controller/view/library I can use to give my site this functionallity?
I read something about someone developing an admin panel or something, but nothing definite or clear.
Thanks.
#371 / Aug 10, 2011 10:12am
I’m missing something critical but I don’t know what.
I’ve got a3m peanutbutter integrated and google signin almost works. It will take me to the approval page at google but the redirect back to my site just shows a 404 page. The link back is
Some of the important settings are:
$config[‘base_url’] = “http://www.danceminder.com”;
$config[‘uri_protocol’] = “QUERY_STRING”;
$config[‘allow_get_array’] = TRUE;
$config[‘enable_query_strings’] = TRUE;
RewriteEngine on
RewriteRule ^$ /index.php [L]
RewriteCond $1 !^(index\.php|resource|system|user_guide|robots\.txt|favicon\.ico)
RewriteRule ^(.*)$ /index.php/$1 [L]
I’ve scoured the net but can’t find what’s happening
#372 / Sep 30, 2011 1:25am
RewriteRule ^(.*)$ /a3m_peanutbutter/index.php?$1 [QSA,L]
Thanks a lot, this works for me
#373 / Oct 11, 2011 6:05am
Hi everybody,
I have problem in using A3M.
An Error is like this.
============================================
Severity: User Error
Message: Define Auth_OpenID_RAND_SOURCE as null to continue with an insecure random number generator.
Filename: OpenID/CryptUtil.php
Line Number: 52
===========================
Can everybody help me. :D
#374 / Nov 04, 2011 3:43pm
I could not find the oauth server part ? does that exists if not is there any oauth server which can be used with this or added to this ?
#375 / Nov 05, 2011 8:03pm
I all,
there’s a way to manage users with A3M?
thanks !