Hi!
The plugin seems to work fine but where a user requests for new password by clicking the link "Forgot my password" in the WordPress login dialog, he get the the error message "Error: the provided email is paired to another user into our forum".
See attached pictures.
Thank you!
Error when changing password
- axew3
- w3all User
- Posts: 2883
- Joined: Fri Jan 22, 2016 5:15 pm
- Location: Italy
- Contact:
Re: Error when changing password
checking immediately in the afternoon, let you know in short, and thank for the report.
anyway
but .... did you disabled the option that check for emails before it is updated in WP into plugin admin? This your issue come out due to this:
Disable existence check of the email in phpBB before it is updated in WordPress
you are into an integration scenario where you let users update profile only in WP? (see hints on options if these match your needs,and if the problem disappear disabling this option).
Enable it
[EDITED]
anyway
but .... did you disabled the option that check for emails before it is updated in WP into plugin admin? This your issue come out due to this:
Disable existence check of the email in phpBB before it is updated in WordPress
you are into an integration scenario where you let users update profile only in WP? (see hints on options if these match your needs,and if the problem disappear disabling this option).
Enable it
[EDITED]
- axew3
- w3all User
- Posts: 2883
- Joined: Fri Jan 22, 2016 5:15 pm
- Location: Italy
- Contact:
Re: Error when changing password
P.s
Please let know if with this you resolved because it was active (and so some external plugin was interacting) going to test my side
into the help install page (beside the fact that the option hint self explain), it has been added the above.Note that the option Disable existence check of the email in phpBB before it is updated in WordPress enabled by default, very often require to be ENABLED (so it is DISABLED). Check related hints on plugin admin where this option display. Test your install, if you get the error message "email exist" on performing certain tasks then disable this option.
Please let know if with this you resolved because it was active (and so some external plugin was interacting) going to test my side
- axew3
- w3all User
- Posts: 2883
- Joined: Fri Jan 22, 2016 5:15 pm
- Location: Italy
- Contact:
Re: Error when changing password
I just tested into default and of course it work fine into default WP.
So please, i'm quite sure that with the above you'll fix the issue, but let know!
And i see that the option is explain hint is a misunderstanding: it is wrong, going to update it
P.s
related files have been updated on plugin repository, to fix hints on related option:
files to be substituted until 2.5.7 not released (but it just change the text of the hint) are:
/wp-content\/plugins/wp-w3all-phpbb-integration/admin/config.php
and
wp/wp-content/plugins/wp-w3all-phpbb-integration/languages/wp-w3all-phpbb-integration.pot
https://plugins.trac.wordpress.org/brow ... tion/trunk
it now will correctly say this (re-written also after some hour and this attach updated):
[EDITED]
So please, i'm quite sure that with the above you'll fix the issue, but let know!
And i see that the option is explain hint is a misunderstanding: it is wrong, going to update it
P.s
related files have been updated on plugin repository, to fix hints on related option:
files to be substituted until 2.5.7 not released (but it just change the text of the hint) are:
/wp-content\/plugins/wp-w3all-phpbb-integration/admin/config.php
and
wp/wp-content/plugins/wp-w3all-phpbb-integration/languages/wp-w3all-phpbb-integration.pot
https://plugins.trac.wordpress.org/brow ... tion/trunk
it now will correctly say this (re-written also after some hour and this attach updated):
[EDITED]
-
- User w
- Posts: 5
- Joined: Thu Feb 03, 2022 2:48 pm
Re: Error when changing password
Yes, thank you! The option "Disable existence check..." solved the problem.