Registration page - adding password confirmation field

Posted:
Fri Oct 02, 2009 5:37 am
by maggiecano
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!

Posted:
Thu Oct 08, 2009 1:21 pm
by shannah
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