add users to moderator

This commit is contained in:
bkfox 2017-11-13 14:58:12 +01:00
parent 5e0fbeb88a
commit 7683a485cf

View File

@ -21,6 +21,8 @@ ensure('AIRCOX_DEFAULT_USER_GROUPS', {
), ),
# ensure user can log in using Wagtail # ensure user can log in using Wagtail
'Editors': None 'Editors': None
# ensure user can publish
'Moderators': None
}) })
# Directory for the programs data # Directory for the programs data