How to set up a password reset?

Guys unfortunately it’s currently not possible to have custom password page on WIX

https://www.wix.com/code/home/forum/community-feature-request/custom-forgot-password-page-email

if you want to load the generic Wix forgot password page then code something like this…

$w(‘#forgotPasswordButton’).onClick( function () {
wixUsers.promptForgotPassword();
})