mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 14:52:15 +00:00
Small fixes from Live
This commit is contained in:
@@ -13,7 +13,7 @@ signals.post_delete.connect(eveapi_deleted, sender=EVEAccount)
|
||||
|
||||
|
||||
@task()
|
||||
def update_user_access(user):
|
||||
def update_user_access(user, **kwargs):
|
||||
""" Process all corporate and alliance entries and correct access groups """
|
||||
|
||||
user = User.objects.get(id=user)
|
||||
|
||||
Reference in New Issue
Block a user