diff --git a/files/helpers/config/modaction_types.py b/files/helpers/config/modaction_types.py index 12373a47b..6cb3f523a 100644 --- a/files/helpers/config/modaction_types.py +++ b/files/helpers/config/modaction_types.py @@ -410,7 +410,8 @@ MODACTION_PRIVILEGED_TYPES = {'shadowban', 'unshadowban', 'link_accounts', 'delink_accounts', 'progstack_post', 'progstack_comment', 'unprogstack_post', 'unprogstack_comment' - 'enable_signups', 'delete_media'} + 'enable_signups', 'delete_media', + 'enable_login_required'} MODACTION_PRIVILEGED__TYPES = {'progstack_post', 'progstack_comment', 'unprogstack_post', 'unprogstack_comment'} MODACTION_TYPES_FILTERED = deepcopy({t:v for t,v in MODACTION_TYPES.items()