bilalmubdir
Forum Replies Created
-
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Login return falseDear KokkieH,
In my first post I had mentioned that “The login process is using wp_signon function with nonce (_wpnonce) and redirection. The issue that when I log in with nonce and Jetpack plugin active, the function return 0. If I logged in without nonce also it works seven if Jetpack active.
So it is jetpack issue, with old version of the plugin there is no issue.
Where my api function simply is:
public function login()
{
$creds = array(
‘user_login’ => addslashes(rawurldecode($_REQUEST[‘username’])),
‘user_password’ => addslashes(rawurldecode($_REQUEST[‘password’])),
‘remember’ => true,
);$user = wp_signon( apply_filters( ‘woocommerce_login_credentials’, $creds ), is_ssl() );
wp_send_json( $user );
}
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Login return falseNo I have Jetpack 8.8.2 and I have disabled this module, the same issue happen
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Login return falseFor now the plugin is active because I need it for Woocommerce analytic mobile app.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Login return falseWordPress is the latest version, PHP is 7.3.16
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Login return falseI tried 6.0 and 7.1 both are OK but they are not compatible with some other plugins.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Login return falseI’ve disabled Secure Sign on and all JetPack modules but the problem still insist until I deactivate the whole plugin.
The url is https://www.uruktech.com
Noting that I’v installed an old version of JetPack and issue solved but the old version in incompatible with many other plugins and services where it cause many issues fo me.