by axew3 » Tue Jul 07, 2020 7:21 am
In the bottom of this page, there are all old versions which you can download then replace the plugin files:
https://wordpress.org/plugins/wp-w3all- ... /advanced/
Anyway, it result to be very strange: if an email,
or IP (are you testing in localhost and banned a test user with same admin IP??) or username do not result to be banned in phpBB, your user should not result as banned, this because, the plugin code just retrieve data from phpBB table, and check if ip email or username is banned in phpBB, and it can be done only in phpBB side (ban of an user into forum). The plugin just retrieve data, do no change nothing nor interact with anything about this in phpBB.
If the user IP email or username result to be banned, then it is set as norole in wordpress, logged out, and when try to login the message you posted appear. When an user expire the ban in phpBB or removed from ban list into phpBB, at first login in wp he will be re-activated in wp as subscriber and logged in.
Unique problem (non problem) i see is: after the ban removed in phpBB, if the user do not login in wp, but come from phpBB with a valid session cookie, due to a correct login after his username or ip or email has been removed from phpBB bans, the bruteforce block can happen, and the user is invited to re-login n WP. All working fine here into any test about this.
So sorry the question, are you sure, that the IP, email or username, aren't banned in phpBB?
ACP -> Tab Users and Group -> User security
Should be really no other reason that you come across to something like this!
Let know please
In the bottom of this page, there are all old versions which you can download then replace the plugin files:
https://wordpress.org/plugins/wp-w3all-phpbb-integration/advanced/
Anyway, it result to be very strange: if an email, [b]or IP (are you testing in localhost and banned a test user with same admin IP??)[/b] or username do not result to be banned in phpBB, your user should not result as banned, this because, the plugin code just retrieve data from phpBB table, and check if ip email or username is banned in phpBB, and it can be done only in phpBB side (ban of an user into forum). The plugin just retrieve data, do no change nothing nor interact with anything about this in phpBB.
If the user IP email or username result to be banned, then it is set as norole in wordpress, logged out, and when try to login the message you posted appear. When an user expire the ban in phpBB or removed from ban list into phpBB, at first login in wp he will be re-activated in wp as subscriber and logged in.
Unique problem (non problem) i see is: after the ban removed in phpBB, if the user do not login in wp, but come from phpBB with a valid session cookie, due to a correct login after his username or ip or email has been removed from phpBB bans, the bruteforce block can happen, and the user is invited to re-login n WP. All working fine here into any test about this.
So sorry the question, are you sure, that the IP, email or username, aren't banned in phpBB?
ACP -> Tab Users and Group -> User security
Should be really no other reason that you come across to something like this!
Let know please