aboutsummaryrefslogtreecommitdiffstats
path: root/servo/models/account.py
diff options
context:
space:
mode:
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='',