LearnDash
Paid Memberships Pro
Updated
Better Notifications for WP and the Paid Memberships Pro plugin work well together with one caveat: how Paid Memberships Pro rewrites the password reset URL for new users.
In order to fix this, you need to create a rewrite rule on your website to redirect the original URL that BNFW uses from WordPress, into the URL that PMP expects. Here’s an example of this rewrite rule:
[cc lang=”php”]
RewriteCond %{QUERY_STRING} action=rp(.*)
RewriteRule ^wp-login.php?(.*) https://app.mydomain.com/log-in/$1 [R=301,L]
[/cc]
Remember to replace your domain name and log-in page in the above rule.
Please note that re-captcha plugins may cause further issues with this which cannot currently be fixed.