Skip Navigation

[Resolved] Overriding generate a password page

This support ticket is created 3 years, 1 month ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Our next available supporter will start replying to tickets in about 8.51 hours from now. Thank you for your understanding.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Karachi (GMT+05:00)

This topic contains 2 replies, has 2 voices.

Last updated by dominiqueM-3 3 years, 1 month ago.

Assisted by: Waqar.

Author
Posts
#2193013
Capture d’écran 2021-10-11 175823.png

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

#2193591

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

#2193941

My issue is resolved now. Thank you!