David Hassalevris wrote:
Remy Pinsonnault wrote:
Hi,
Does someone know how to allow zope authentication to be case insensitive?
Thanks
Remy _______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
Hi Remy,
You might take a look at "The Book of Zope" by beehive. Its got a few chapters explaining how users are managed and you could create your own USERID/Password form and then force uppercase before calling acl_users.manage_users( ... ).
David
Remy, Actually my last post wasnt a very good suggestion. So I will suggest you look at SimpleUserFolder and then you can gain total control over creating users and authenticating them. Maybe some else will suggest of alternate ways to do what you ask. David