[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Adding Users
"Daniel E. Markle" wrote:
>
> On Tue, Feb 09, 1999 at 08:29:46PM -0500, Jason Pincin wrote:
> > > Handle: No check
> > Cool.
>
> We are going to want a duplicate check here, aren't we? I don't think we want
> 50 people with the same handle.
>
> > > E-Mail - check that it has an @ and a . in that order (I guess...)
> > time, after which they are forced to change it. This verifys there valid
> > email address.
>
> We are going to want duplicate checks here too I think, so one person doesn't
> create a multitude of logins, and we will want to create a ban list that this
> checks against so we can keep out troublemakers.
Good points. Does MySQL support no-dup (unique) fields? If so, we
might as well put it right in the DB schema.