Christian Kirkegaard: Password confirmation using Zend Form and Validators
Christian Kirkegaard has posted an article on how to create a password confirmation validator for use with Zend_Form.
A while back i needed a password confirmation field for my users. I looked and found this neat little snippet. I cant remember who created it originally so i cant give credits to the person but its quite easy to use.
There are two code snippets: one for the validator itself and one showing how to use it in within a Zend_Form instance object.

