From 614590aa0b524f5c8d9de85608b64e3e69aa8a7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Peters?= Date: Mon, 15 Dec 2008 16:10:58 +0100 Subject: [PATCH] force parthenay username to be lowercase --- extra/modules/stores.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/extra/modules/stores.py b/extra/modules/stores.py index 84ab850..6441974 100644 --- a/extra/modules/stores.py +++ b/extra/modules/stores.py @@ -80,6 +80,8 @@ class ParthenayIdentityStore(InheritingIdentityStore): if t: return t + account.username = account.username.lower() + # some twill magic twill.commands.reset_browser() twill.commands.go(