[Zope] Case Insensitive Zope Authentication

Remy Pinsonnault remypinsonnault at gmail.com
Tue Feb 22 16:51:59 EST 2005


If it interest someone, I fixed the problem doing :

onkeyup="javascript:this.value=this.value.toLowerCase();" 

on the usernames and password of the login_form and portlet_login. Not
too elegant but works fine...

Thanks

Remy


On Tue, 22 Feb 2005 19:45:39 +0000, Chris Withers
<chris at simplistix.co.uk> wrote:
> Remy Pinsonnault wrote:
> > Your idea is not bad to create all users in uppercase and then I would
> > have to pass the username in the login_form with an uppercase too. But
> > I dont know  in which Plone script/form to do the uppercase...
> 
> SimpleUserFolder should work just fine with Plone, and will give you
> what you really want not some clunky hack ;-)
> 
> If you have problems, drop me an email...
> 
> Chris
> 
> --
> Simplistix - Content Management, Zope & Python Consulting
>             - http://www.simplistix.co.uk
>


More information about the Zope mailing list