Abdallah Abu Faris
Forum Replies Created
-
Forum: Plugins
In reply to: [External Login] After authenticate first time gives wrong password!Hello,
I agree its compatibility thing not a bug ill try to find work around if I found something interesting ill share it here.
Thank you 🙂
Forum: Plugins
In reply to: [External Login] After authenticate first time gives wrong password!Hello,
ive tried to change it but with no luck also i tried to make wait time before the call of the function also no luck ill keep trying.
thank you so much ,,,
code:
if (exlog_get_option(‘external_login_option_disable_local_login’) == “on” || is_wp_error($user)) {
remove_action(‘authenticate’, ‘wp_authenticate_username_password’, 20);
}
}return $user;
}sleep(2);
if (exlog_get_option(“external_login_option_enable_external_login”) == “on”) {
add_filter(‘authenticate’, ‘exlog_auth’, 9, 3);
}Forum: Plugins
In reply to: [External Login] After authenticate first time gives wrong password!hey @tbenyon (Tom),
Ultimate Member is a user profile & membership plugin for WordPress it provides custom login forms may be it cant hook the authentication from exlog_hook_action_authenticated.
thanks for your effort 🙂
Forum: Plugins
In reply to: [External Login] After authenticate first time gives wrong password!PS: I’m using ULTIMITE-MEMBER plugin the error msg when the first login attempt:
#: includes/core/um-actions-login.php:59
msgid “Password is incorrect. Please try again.”