Hello,
I was just wondering… is there any way to setup new user notifications with this plugin? I need to know when new users are created so I can take the appropriate administrative action in a timely manner.
https://www.ads-software.com/extend/plugins/3rd-party-authentication/
]]>There’s a small bug in the IMAP-Authenticator, which will fail logins with correct logins:
Line 57 in 3rd-party-authentication.php
if(preg_match('/Success/',$auth) || preg_match('/Ok/',$auth)) {
Should be:
if(preg_match('/Success/',$auth) || preg_match('/OK/',$auth)) {
with “OK” all in uppercase.
https://www.ads-software.com/extend/plugins/3rd-party-authentication/
]]>Fatal error: Cannot redeclare class HTTPRequest in /home/scribeun/public_html/wp-content/plugins/3rd-party-authentication/httplib.php on line 12
How do i resolve this?
https://www.ads-software.com/extend/plugins/3rd-party-authentication/
]]>I found this morning that my site wasn’t loading and it was due to the following error in the plugin:
PHP Fatal error: Cannot redeclare class httprequest in […]/wp-content/plugins/3rd-party-authentication/httplib.php on line 12
I simply disabled the plugin and the site loaded. We recently switched from a shared hosting site to wpengine and have been going fine for about 2 weeks and then this error happened somewhat randomly.
Help? Thoughts? Similar experiences?
https://www.ads-software.com/extend/plugins/3rd-party-authentication/
]]>I have installed this plugin:
https://www.ads-software.com/extend/plugins/3rd-party-authentication/
for a Buddypress/Wordpress setup, and allowed login/authentication through a Google Apps domain and with normal WP user accounts with little issues.
But after logging in and opening the same site in another window, WordPress presents me with the same login screen again.
Navigating to the home page by clicking “← Back to [site]” brings me back to the home page as if I’ve logged in, so I don’t think cookies are the issue.
The login screen also shows “ERROR: The username is empty” by default when I get to it. Well of course the username is empty, I haven’t typed in anything yet!
Is there a way to fix these issues? I’m not very familiar with coding.
Thanks in advance!
]]>I think there is a bug in this plug-in, although I have not figured out where in the code it is occurring.
I have my configuration setup to allow regular logins as well as a specific google apps domain. I created a test account and validated it from the admin interface. However, when I tried to login under that test account, I kept getting “username is not an email address” errors. I finally figured that the user password I set was not saved for some reason, since after entering a new password for this test account (as an admin), I was able to login fine.
There may be something that is restricting user-set passwords. At the same time, the “username is not an email address” message is not very standard since it shows up on a blank page. This error, and any others, should appear in the error div of the login screen.
Regards,
Gabriel Mongefranco
https://gabriel.mongefranco.com
So I loaded yr plugin then had a problem and Safari crashed now trying to log in using my WordPress login and it wont work cause “username is not an email address” and of course I can’t recover my password cause that’s “disabled”
I didn’t get a chance to register my Gmail address now what? I have to reinstall my WP?
https://www.ads-software.com/extend/plugins/3rd-party-authentication/
]]>