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 13/06/2005, at 11:57 PM, Lukas Smith wrote: > > I dont think we will cover any of this. You will have to compare the > two passwords yourself. You can also easily add an additional field to > store the confirm password yourself. If you want to prevent duplicate > key errors you can simply do a getUsers() call with the necessary > filters. Finally there is the is_active field inside the auth > containers. > Yeh no probs, I think its all pretty much str8 forward, my main concern was the handling of the errors.