Registration page - adding password confirmation field

Archived from the Web Auction Discussion forum.

maggiecano — Fri Oct 02, 2009 5:37 am

Hi! Love the webauction template so far. But I am new at this so one question, though. How do I set it to confirm password entered with a second password entry field on the registration page?

Thank you in advance!


shannah — Thu Oct 08, 2009 1:21 pm

Good idea. You could do this by adding an extra column to the users table called “password_confirm”, and then add a custom validator for the password field via the users table delegate class.

http://xataface.com/documentation/how-t … validation