Skip Navigation

[Resolved] Create custom password reset form

This support ticket is created 5 years, 9 months 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.

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/Hong_Kong (GMT+08:00)

This topic contains 3 replies, has 2 voices.

Last updated by Luo Yang 5 years, 9 months ago.

Assisted by: Luo Yang.

Author
Posts
#1205170

Tell us what you are trying to do?
Dear,

I am trying to create a custom password reset form. However I do not get it....
Maybe you can tell me the steps what I have to take?

Is there any documentation that you are following?
https://toolset.com/documentation/user-guides/using-editing-forms-to-edit-your-profile/#creating-the-lost-password-page

Best regards

#1205334

Hello,

There is a built-in shortcode [wpv-forgot-password-form] within Toolset Views plugin:
https://toolset.com/documentation/user-guides/views-shortcodes/#wpv-forgot-password-form
This shortcode displays a simple form to request a user password reset. It only features a field for entering an email address or a username.

To test above shortcode in front-end, you will need to logout as a guest.

#1205638

Dear,

Yes I know. but I want to change language and style and want to delete the custom text which stands downward. So I prefer to create a custom password reset form which contains e-mail.

Best regards

#1205931
edit-user.JPG

I assume you are going to let users to change their password in front-end, please try this:
Create a Toolset form for editing user, put password field into the form, see above screenshot, then the logged-in user will be able to change their password, and you can send the emails notification after user submit the form.

See our document:
https://toolset.com/documentation/user-guides/cred-user-forms-email-notifications/