Cannot create new users with wp-members anymore

User avatar
axew3
w3all User
w3all User
Posts: 2912
Joined: Fri Jan 22, 2016 5:15 pm
Location: Italy
Contact:

Re: Cannot create new users with wp-members anymore

Post by axew3 »

Standing into my tests:
i have an user paco that exist into phpBB, but not in WP, and when i try to register an user with the same email in WP, using the WP members page/form this happen:
if the user is active in phpBB it is added into WP at the time the user click into the registration submit, and the WP member warning say:
Sorry, that email address already has an account.
Please try another.
then i delete again paco and as deactivated phpBB user, i try to register him again and the result using the WP member registration form is:
the page redirect to the default WP login page, and the warning from the integration plugin display:
Notice: the username is currently inactive into our forum. Please contact an administrator.
and the user is NOT added into WP because not active into phpBB.
I did not try it if the WP default login page would be not available because disabled by some plugin, in this case the redirect should go where it is set (i assume) by the plugin that disable the login page, maybe.
User avatar
axew3
w3all User
w3all User
Posts: 2912
Joined: Fri Jan 22, 2016 5:15 pm
Location: Italy
Contact:

Re: Cannot create new users with wp-members anymore

Post by axew3 »

So far so good, the difference here is that the default wp page stops and display the error while the wp-member registration probably stops, but not displaying the error so the user think the registration process succeeded.
so after (do not know what it changed, nothing, but...) i tested that in effect, if the user exist and is not active, and i try to register a same email, he is NOT added into WP, but WP members answer that the account has been created.
Do not know why the first time answered in a way and then in another.
Ok, we go to fix also this aspect because the behavior should be the same for many other plugins.
If the user is not created because there is another with same email or username NOT active into phpBB or banned, then a warning will display and the execution will stop.
tlagren
User w
User w
Posts: 18
Joined: Tue Oct 16, 2018 5:37 pm

Re: Cannot create new users with wp-members anymore

Post by tlagren »

Yes, i did this with the new 2.9.3 version.
I think the error thrown was "provided email or username already exists on our forum database."

The username I tried to register into WP was not already present in phpbb, but the same e-mail was used at an old user account in phpbb.

Thanks for working with this 👍

/Tomas
Post Reply