This topic is locked

Registration Page Error

12/1/2006 3:29:54 PM
PHPRunner General questions
B
bbanks author

I am getting the following error on the registration page, "Passwords do not match. Re-enter password."
I have tested this over and over again and i get the same error every time.
However if i leave the re-enter password field empty i can successfully register.
Does anyone know what is wrong? This page was working fine I have about a hundred or more people registered and now it just stopped working. What did I do wrong.

J
Jane 12/4/2006

Bart,
please zip and send to [email=support@xlinesoft.com]support@xlinesoft.com[/email] a full set of generated PHP files, your database creation script with sample data.

I'll find what's wrong with your project running it on my test box.

B
bbanks author 12/8/2006

Bart,

please zip and send to [email=support@xlinesoft.com]support@xlinesoft.com[/email] a full set of generated PHP files, your database creation script with sample data.

I'll find what's wrong with your project running it on my test box.


Thanks Jane, but I figured it out. I created a login form on the include page which shows up on every page of the site so when people were trying to register the registration form was reading the empty password field from the login form rather than the password field from the registration form so password and password 1 didn't match. I fixed it by removing the login form from the registration page.

J
Jane 12/8/2006

Bart,
I'm glad you were able to resolve it!