From fc566621b7ea4d720d0e430e2afde276e6cf135a Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 1 Nov 2021 00:24:21 +0100 Subject: [PATCH] add rulesets --- InvenTree/users/models.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/InvenTree/users/models.py b/InvenTree/users/models.py index d31f2a9905..e57e9b035a 100644 --- a/InvenTree/users/models.py +++ b/InvenTree/users/models.py @@ -73,6 +73,9 @@ class RuleSet(models.Model): 'socialaccount_socialaccount', 'socialaccount_socialapp', 'socialaccount_socialtoken', + 'otp_totp_totpdevice', + 'otp_static_statictoken', + 'otp_static_staticdevice', ], 'part_category': [ 'part_partcategory',