#reset_URL# not set in Membership Plugin

By JeffC - November 20, 2018

I may have found an error in the most up-to-date version of the Membership Plugin. I recently updated cmsb and the membership plugin to version 1.13.

The reset form stopped working because #reset_URL# was not set.

I added this line to websitemembership.php:

$GLOBALS['WEBSITE_LOGIN_RESET_URL'] = PREFIX_URL.'/user-password-reset.php'; //

Not sure if this is just me (it wouldn't be the first time!), but posting it here incase anyone else finds it useful

Jeff