To patch this issue, on plugins like Ultimate Members (that answer/display that the password is wrong and login failed, even if the authentication was good: in fact loading a subsequent page, the user would result correctly logged) the simple following code has been added into the file
class.wp.w3all-phpbb.php
on
private static function phpBB_user_session_set($wp_user_data){
Code: Select all
if ( !defined( 'WP_ADMIN' ) ){
header("Refresh:0"); exit;
}
Code: Select all
define("W3ALL_SESSION_ARELEASED", true);