mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 06:42:16 +00:00
Remove corp_user field
This commit is contained in:
@@ -29,8 +29,6 @@ class SSOUser(models.Model):
|
|||||||
icq = models.CharField(max_length=15, blank=True)
|
icq = models.CharField(max_length=15, blank=True)
|
||||||
xmpp = models.CharField(max_length=200, blank=True)
|
xmpp = models.CharField(max_length=200, blank=True)
|
||||||
|
|
||||||
corp_user = models.BooleanField()
|
|
||||||
|
|
||||||
def update_access(self):
|
def update_access(self):
|
||||||
""" Steps through each Eve API registered to the user and updates their group
|
""" Steps through each Eve API registered to the user and updates their group
|
||||||
access accordingly """
|
access accordingly """
|
||||||
|
|||||||
Reference in New Issue
Block a user