From 47564afcc25b48d42c76613899b96b9826b3cfc4 Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Fri, 14 Aug 2015 15:21:30 +0300 Subject: Remove GSX password fields --- servo/models/account.py | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'servo/models/account.py') 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='', -- cgit v1.2.3