conference/forms.py
changeset 15 8de52278da5d
parent 8 f0b5ff862c6d
--- a/conference/forms.py	Fri Oct 02 18:31:55 2009 +0530
+++ b/conference/forms.py	Fri Oct 02 20:31:44 2009 +0530
@@ -13,5 +13,5 @@
 class LoginForm(forms.Form):
 	username = forms.CharField(max_length=30, label=_(u'username'))
 
-	password = forms.CharField(max_length=50,widget=forms.PasswordInput,
-                               label=_("Enter New Password"))
+	password = forms.CharField(max_length=20,widget=forms.PasswordInput,
+                               label=_("password"))