Re: Functionality to check for duplicate usernames, confirm passwords
Dan Rossi <liveuser-zu2dZaOKXTSc5qR/[email protected]>
| Newsgroups | gmane.comp.php.pear.liveuser |
|---|---|
| Message-ID | <[email protected]> |
On 14/06/2005, at 12:19 AM, Dan Rossi wrote:
>>
>>
>
> Yeh no probs, I think its all pretty much str8 forward, my main
> concern was the handling of the errors.
>
>
>
Ok if anyone is building a frontend/inteface here is a cool suggestion
for the password checking. QuickForm has a compare rule :)
$form->addRule(array('password', 'password_confirm'), 'Your passwords
don\'t match', 'compare',null,'client');