User Registration

Step by step documentation to set up a user registration form for your website.

How to redirect reset password link to user registration login page

By default, Reset password link is redirected to the wp-admin page. However, you can customize this email to redirect to login page created with user registration:

Go to User Registration->Settings->Emails->Reset Password Email and change the content:

To reset your password, visit the following address:
{{home_url}}/wp-login.php?action=rp&key={{key}}&login={{username}}

to

To reset your password, visit the following address:
{{home_url}}/my-account?action=rp&key={{key}}&login={{username}}

where my-account is my account page(created with user registration) slug.

Powered by BetterDocs

Scroll to top