AI Search
Classic Search
 Search Phrase:
 Search Type:
Advanced search options
 Search in Forums:
 Search in date period:

 Sort Search Results by:

AI Assistant
Notifications
Clear all

[Solved] Problem with password reset

2 Posts
1 Users
1 Reactions
2,208 Views
Posts: 113
Topic starter
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@veganostomy)
Estimable Member
Joined: 9 years ago
[#5831]

Hello,

Here is my setup:

WPForo + Cross post plugin + wpDiscuz

I have the option to subscribe to email replies through postmatic (I'm a paid postmatic users).

When someone leaves a comment with the option to subscribe by email, a new user is created with their email address and name. 

The problem is, if they want to join the forums, they can't register that account (says email is already in use) and can't reset the password because they get a "no_password_reset" when entering their email address in the lost password box through wpforo. 

Users who have created their account on the forums have no problem, this only affects users who posted a comment and had their email automatically register as a new user.

Any solution to this? It's created a barrier that I was hoping using the cross post addon would help with.


1 Reply
Posts: 113
Topic starter
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@veganostomy)
Estimable Member
Joined: 9 years ago

Ok, found the answer.

Replyable (Postmatic) asked me to add some code to allow for all users to reset their password and I've tested it and it works fine. 

add_filter( 'allow_password_reset', '__return_true', 20 );

Here is their support document for Postmatic, which works for Replyable. 
https://docs.gopostmatic.com/article/208-can-i-let-subscribers-reset-their-password

So the mystery is solved!


Share: