User Registration

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

How to redirect email confirmation link to user registration login page

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

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

Please click on this verification link {{home_url}}/wp-login.php?ur_token={{email_token}} to confirm registration.

to

Please click on this verification link {{home_url}}/login?ur_token={{email_token}} to confirm registration.

where login is the slug for the login page( created with user registration shortcode ). If you would like to redirect some other pages then you can use that page slug.

Powered by BetterDocs

Scroll to top