X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=authosm%2Fmodels.py;h=d03e6d25b15f314be7a1ff8f26b971fe9ca77fca;hb=8efc923308ffeb9800e75c7b74db0faabd82e20e;hp=790e684ea71bd28eb7fa097fe3844b1b6a49fcee;hpb=350dbf706fd7d8e162392c01fe8608a6e305c896;p=osm%2FLW-UI.git diff --git a/authosm/models.py b/authosm/models.py index 790e684..d03e6d2 100644 --- a/authosm/models.py +++ b/authosm/models.py @@ -67,7 +67,7 @@ class AbstractOsmUser(AbstractBaseUser, PermissionsMixin): current_project = models.CharField(_('project_id'), max_length=255) psw = models.CharField(_('psw'), max_length=36) - token = models.CharField(_('token'), max_length=36) + token = models.CharField(_('token'), max_length=255) project_id = models.CharField(_('project_id'), max_length=36) token_expires = models.FloatField(_('token_expires'), max_length=36)