Skip Navigation

[Resolved] Password reset imposed by WordPress during the 1st connection

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

No supporters are available to work today on Toolset forum. Feel free to create tickets and we will handle it as soon as we are online. Thank you for your understanding.

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

Supporter timezone: America/Jamaica (GMT-05:00)

This topic contains 5 replies, has 2 voices.

Last updated by Shane 3 years, 2 months ago.

Assisted by: Shane.

Author
Posts
#2146875

Hi,
I'm French. Sorry for my English.

But I am having trouble preventing wordpress from resetting password when a member logs in for the first time. I am making the password generated by Toolset but WordPress is asking for the modifier in the wordpress interface. What bother me.
How can we prohibit this reset or modify the interface of this reset so as not to see the wordpress logo displayed?

Then, in the user form for community registration, I would like to make the fields "last name" and "first name" mandatory.
How do I go about it?

Sorry if the translation is wrong. I use google translation.

Thank you for your reply

#2146919

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

HI Frederique,

Thank you for getting in touch.
How can we prohibit this reset or modify the interface of this reset so as not to see the wordpress logo displayed?

I would have to see the page or the process to understand what is happening here. WordPress shouldn't allow the user to set a password unless the password that is generated is too weak or there is an issue with it.

Then, in the user form for community registration, I would like to make the fields "last name" and "first name" mandatory.

You can make these fields mandatory by using our custom validation hook below.
https://toolset.com/documentation/programmer-reference/cred-api/#cred_form_validate

With this hook you can check if the fields have been filled out and prevent the form from submitting.

Please let me know if this helps or if further clarification is needed.

Thanks,
Shane

#2147397

I am sorry. I do not understand.

For the password, I prefer to wait.

For the required fields, isn't there a way to skip the code?
The User Form Assistant does not provide this functionality?

#2147443

I found for the password. It was a problem with my security plugin.
I still have to understand how to impose the fields "names" and "first names" in the user form. If possible, without a code.

#2147461
editeur-formulaire.png

Is it not possible to add a specific hook in this form editor?
If so, what?
I need an example.

#2149959

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi Frederique,

I must apologize for the delay in response as the forums are generally closed over the weekends.

However to make these fields required you will need to use the hook below.
https://toolset.com/documentation/programmer-reference/cred-api/#cred_form_validate

With this you can ensure that the user places values in the fields. There are examples on the field documentation as well but if you require further assistance please let me know.
Thanks,
Shane