Skip Navigation

[Resolved] User Registration Password Fails

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.

Sun Mon Tue Wed Thu Fri Sat
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10: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/Kolkata (GMT+05:30)

This topic contains 2 replies, has 2 voices.

Last updated by brianD-10 6 years, 7 months ago.

Assisted by: Minesh.

Author
Posts
#626742

I am trying to: Create user registration form with password

Link to a page where the issue can be seen: hidden link

I expected to see: Password working

Instead, I got: Password does not work

Here is a video where I use the form to register a user, and then attempt to login using the password I used during registration. The login fails due to bad password. I then demonstrate that login works after I correct the password in wp-admin. hidden link

#626832

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

Well - due to security reason Registration form required password and confirm Repeat password fields. I just auto generated the user registration form with both password and Repeat password fields and I can see its working fine.

I've added following filed to CRED form and I can see its working fine now:

<div class="form-group">
		<label>Repeat Password</label>
		[cred_field field='user_pass2' post='user' value='' urlparam='' class='form-control' output='bootstrap']
	</div>

Could you please confirm it works at your end as well.

#627885

Even following your suggestion, the registration is still failing sometimes. For now I'll use gravity forms for this unreliability issue and also for other benefits. Thanks anyways.