Blue Creek Web

Programming and Affiliate Marketing

When someone adds a user or updates their password, the password is saved in duplicate

This can occur in a couple of places. In this particular instance, it is due to the password verification check. On the input form, you enter your password twice to make sure there weren’t any spelling mistakes. In the following example, when the parameters were sent to the stored procedure, both the password and the password validate fields were sent together. Removing one instance fixed the problem.

Post to Twitter Tweet This Post

Tags: ,
September 28, 2009 - 7:54 PM No Comments