mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 06:42:16 +00:00
Refresh the key owner's permissions, not the requesters
This commit is contained in:
@@ -106,7 +106,7 @@ def eveapi_refresh(request, userid=0):
|
|||||||
else:
|
else:
|
||||||
if acc.user == request.user or request.user.is_superuser:
|
if acc.user == request.user or request.user.is_superuser:
|
||||||
import_eve_account(acc.api_key, acc.api_user_id, force_cache=True)
|
import_eve_account(acc.api_key, acc.api_user_id, force_cache=True)
|
||||||
request.user.get_profile().update_access()
|
acc.user.get_profile().update_access()
|
||||||
|
|
||||||
if request.is_ajax():
|
if request.is_ajax():
|
||||||
acc = EVEAccount.objects.get(id=userid)
|
acc = EVEAccount.objects.get(id=userid)
|
||||||
|
|||||||
Reference in New Issue
Block a user