Re: [Zope] Case Insensitive Zope Authentication
23 Feb
2005
23 Feb
'05
8:21 a.m.
Remy Pinsonnault wrote:
I installed successfully SimpleUserFolder and created the apropriate methods (getusers, etc.) and the authentication is ok (i can enter in my plone site as a manager).
But it does not solve the uppercase problem... you know how?
at the start of the add/edit user scripts, and at the start of the getUserDetails script, do the following: name = name.lower() if pasword is not None: password = password.lower() cheers, Chris -- Simplistix - Content Management, Zope & Python Consulting - http://www.simplistix.co.uk
7711
Age (days ago)
7711
Last active (days ago)
0 comments
1 participants
participants (1)
-
Chris Withers