Joel Cudmore

Results 3 comments of Joel Cudmore

Also having the same issue, users can log into any of the multisite networks sites. My fix: In /src/Auth.php, in the login_and_get_token function after $user = self::authenticate_user( $username, $password );...

I am running into the same issue, wondering if I have to save the batch key and somehow use that to delete the queue. I suspect it's because I am...

I got around this by checking for the class name that triggers the script before initializing it on a page. Definitely agree that it should just fail gracefully if nothing...