aboutsummaryrefslogtreecommitdiffstats
path: root/servo/models/account.py
diff options
context:
space:
mode:
authorFilipp Lepalaan <filipp@mac.com>2015-08-14 15:21:30 +0300
committerFilipp Lepalaan <filipp@mac.com>2015-08-14 15:21:30 +0300
commit47564afcc25b48d42c76613899b96b9826b3cfc4 (patch)
tree897c29bd595fef7f0f09a9b5d45c961d779b56d5 /servo/models/account.py
parent1ac299bd93f66e5597c23b6bc103e519feffbec1 (diff)
downloadServo-47564afcc25b48d42c76613899b96b9826b3cfc4.tar.gz
Servo-47564afcc25b48d42c76613899b96b9826b3cfc4.tar.bz2
Servo-47564afcc25b48d42c76613899b96b9826b3cfc4.zip
Remove GSX password fields
Diffstat (limited to 'servo/models/account.py')
-rw-r--r--servo/models/account.py7
1 files changed, 1 insertions, 6 deletions
diff --git a/servo/models/account.py b/servo/models/account.py
index 883a877..a51a340 100644
--- a/servo/models/account.py
+++ b/servo/models/account.py
@@ -153,12 +153,7 @@ class User(AbstractUser):
max_length=128,
verbose_name=_("User ID")
)
- gsx_password = models.CharField(
- blank=True,
- default='',
- max_length=256,
- verbose_name=_("Password")
- )
+
gsx_poprefix = models.CharField(
blank=True,
default='',