Skip Navigation

[Resolved] login and password not taken into account in registration form

This thread is resolved. Here is a description of the problem and solution.

Problem:

The issue here is that the customer has created a new user form but is unable to allow his users to create their own passwords.

Solution:

This is due to the form itself not having the password fields. When you are creating the form please ensure that the password fields are ticked.
See Screenshot.
https://cdn.toolset.com/wp-content/uploads/2018/03/624970-Screen_Shot_2018_03_14_at_10.24.02_AM.png?x93925

This support ticket is created 6 years, 8 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 7 replies, has 2 voices.

Last updated by ericW-5 6 years, 8 months ago.

Assisted by: Shane.

Author
Posts
#624867

Hi, I am currently building a job platform.

I built a front end user registration via cred plugin called "candidat v1" : hidden link

In this form I request 2 important things : a user login name + a password. After completion, I notify the user with login details.

I have 3 issues :

1- I cannot display the username in the email notification or in the confirmation message
2- the user cannot login as the password recognized by WordPress is not the one chosen by the user in the form but a random password given by WordPress as I can see in the notification email
3 - when I try to modify users info in my WordPress admin the system requires to update all 'candidates' fields, even for the administrator role

Many thanks in advance for your help.
Regards

Eric

#624970

Shane
Supporter

Languages: English (English )

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

Screen Shot 2018-03-14 at 10.24.02 AM.png

Hi Eric,

Could you try regenerating the form and ensuring that these items are unchecked?

See screenshot.

Please try this and let me know if it helps.
Thanks,
Shane

#624974

Hi,
thank you for your answer.
Can you log out as I cannot modify the form currently

thanks
Eric

#625027
Capture.PNG

Almost solved.

The remaining issue is I cannot display the user first/last name or email in the confirmation message the user gets on his screen right after the form is submitted.

(it works perfect in the email notification btw)

#625066

Shane
Supporter

Languages: English (English )

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

Hi Eric,

You should be able to resolve this by using this below.

 [wpv-user field="user_firstname" id="[wpv-search-term param='_target']"] 

What I did was to manually specify the ID that it should display the information for.

Thanks,
Shane

#625176

thanks for this, the first and last names are correctly displayed now.

I still have the following issue :
when I try to modify users info in my WordPress admin the system requires to update all 'candidats' and 'employeurs' fields, even for the administrator role.

Is there a way to show these employeurs fields only for "employeur v1" role and the candidats fields only for" candidat v1" role ?

#625314

Shane
Supporter

Languages: English (English )

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

Hi Eric,

Actually there is, if you go to the field group by going to Types -> User Fields and clicking on the field group.

Then to the right you should see the tab "Location Where to display this group " then you can simply click edit and select which role you want this field to appear on.

Please let me know if this helps.
Thanks,
Shane

#625345

Thanks all solved