[Zope-CMF] Preventing same username in different caps (bz vrs BZ)
BZ
bz@bwanazulia.com
Fri, 15 Nov 2002 16:11:32 -0500 (EST)
Yikes. Those are two big solutions. I might have to normalize them and
just provide the option of a "nickname" for people who want to see
uppercase.
BZ
> BZ writes:
> > Does anyone have a quick/easy way to prevent two users from signing
> up as "User" and "user" or "Guy" and "GUY"?
> I see two options:
>
> * you normalize the login name (e.g. to all lowercase)
>
> * you put the login names into a relational database
> and check case insensitively during registration
>
>
> Dieter
>
> _______________________________________________
> Zope-CMF maillist - Zope-CMF@zope.org
> http://lists.zope.org/mailman/listinfo/zope-cmf
>
> See http://collector.zope.org/CMF for bug reports and feature requests