Compare commits
No commits in common. "0b48db62c19bc79bf7e834b988b482118ab61952" and "c86b41c48a3d76e8ea49f2ec418c171a198defba" have entirely different histories.
0b48db62c1
...
c86b41c48a
@ -1 +1 @@
|
|||||||
__version__ = '0.1.30'
|
__version__ = '0.1.29'
|
@ -21,8 +21,7 @@ def gdpr_ask_agreement(request):
|
|||||||
if not request.user.is_superuser:
|
if not request.user.is_superuser:
|
||||||
raise PermissionError()
|
raise PermissionError()
|
||||||
|
|
||||||
for user in User.objects.filter(username__in=('p207263', 'p233780', 'p253591', 'p269380'),
|
for user in User.objects.filter(username='herbert').all():
|
||||||
is_active=True).all():
|
|
||||||
token = get_random_string(length=32)
|
token = get_random_string(length=32)
|
||||||
pending = PendingGDPRAgree(user=user, token=token)
|
pending = PendingGDPRAgree(user=user, token=token)
|
||||||
pending.save()
|
pending.save()
|
||||||
|
Loading…
Reference in New Issue
Block a user