Tell us what you are trying to do?
I am working on a directory of professionals.
These people have to create an account themselves from the frontend forms or an account can be created for them by an admin from the WordPress dashboard.
In the latter case, the user receives an email containing a link to generate a password.
This link points to a page with a form displaying a generated strong password and links to login or register below.
My problem is that this page (/wp-login.php?action=rp…) and the links inside are not managed by my template nor by my 'login', 'lost password' or 'password reset' pages created with Toolset.
Is there a way to replace or override these items?
I tried to set up some 301 redirects (with the Redirection plug-in) but had to do them the wrong way because with redirects enabled you can't no longer to login or to logout.
Is there any documentation that you are following?
https://toolset.com/course-chapter/registering-directory-site-users-from-the-front-end/
Thank you
Hi,
Thank you for contacting us and I'd be happy to assist.
Using Toolset, you can create custom login, registration and password reset pages, however, there is no built-in feature to customize the default login screens, managed by WordPress.
There are a number of third-party plugins available which can be used for this:
https://wordpress.org/plugins/theme-my-login/
https://wordpress.org/plugins/loginpress/
https://wordpress.org/plugins/admin-custom-login/
I hope this helps and please let me know if you need any further assistance around this.
regards,
Waqar
My issue is resolved now. Thank you!