Re: LiveUser_Admin - example 3
Dan Rossi <liveuser-zu2dZaOKXTSc5qR/[email protected]>
| Newsgroups | gmane.comp.php.pear.liveuser |
|---|---|
| Message-ID | <[email protected]> |
On 17/06/2005, at 10:37 PM, Lukas Smith wrote: > Dan Rossi wrote: >> I also had to tweak the passwd of the auth table, its unique, however >> I use md5 encrypted passwords, so if someone happens to put in the >> same password, you'll also get the duplicate key problemo. > > err .. what did you tweak .. you made it unique or you removed the > unique? what example are you referring to? > Uhh the default installer actually, i had to remove the unique key off the passwd field in the auth user table. I've got downpat checking for duplicate users in my register form now, I cant see asking a user to key in a different password is gonna go down well :)