aboutsummaryrefslogtreecommitdiffstats
path: root/servo/forms
diff options
context:
space:
mode:
Diffstat (limited to 'servo/forms')
-rw-r--r--servo/forms/account.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/servo/forms/account.py b/servo/forms/account.py
index 775069e..8cb3719 100644
--- a/servo/forms/account.py
+++ b/servo/forms/account.py
@@ -47,11 +47,9 @@ class ProfileForm(BaseModelForm):
"autoprint",
"tech_id",
"gsx_userid",
- "gsx_password",
"gsx_poprefix",
)
widgets = {
- 'gsx_password': forms.PasswordInput,
'queues': forms.CheckboxSelectMultiple
}