Title: [Plugin: 3rd Party Authentication] Bug in IMAPAuthenticator
Last modified: August 20, 2016

---

# [Plugin: 3rd Party Authentication] Bug in IMAPAuthenticator

 *  [toubsen](https://wordpress.org/support/users/toubsen/)
 * (@toubsen)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-3rd-party-authentication-bug-in-imapauthenticator/)
 * 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.
 * [http://wordpress.org/extend/plugins/3rd-party-authentication/](http://wordpress.org/extend/plugins/3rd-party-authentication/)

The topic ‘[Plugin: 3rd Party Authentication] Bug in IMAPAuthenticator’ is closed
to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/3rd-party-authentication.svg)
 * [3rd Party Authentication](https://wordpress.org/plugins/3rd-party-authentication/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/3rd-party-authentication/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/3rd-party-authentication/)
 * [Active Topics](https://wordpress.org/support/plugin/3rd-party-authentication/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/3rd-party-authentication/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/3rd-party-authentication/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [toubsen](https://wordpress.org/support/users/toubsen/)
 * Last activity: [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-3rd-party-authentication-bug-in-imapauthenticator/)
 * Status: not resolved