Enable account-moderators in stg

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2016-03-17 00:32:32 +00:00
parent 555366d9c1
commit 3a7e53bd13

View file

@ -73,7 +73,11 @@ systemgroup = 'fas-system'
# Valid action :
# modo.allow.update_status, allow approved member to do related action.
modo.group = 'accounts-moderators'
{% if env == "staging" %}
modo.allow.update_status = True
{% else %}
modo.allow.update_status = False
{% endif %}
# thirdpartygroup is for thirdparties that also need group management
# via fas, but maintain their own actual account systems