Hi,
I had to apply the following patch to make Basset able to enable users: this removes the "if staging" conditional. Could I get +1s please?
diff --git a/roles/fas_server/templates/fas.cfg.j2 b/roles/fas_server/templates/fas.cfg.j2 index 3f293dc..1c6bf8d 100644 --- a/roles/fas_server/templates/fas.cfg.j2 +++ b/roles/fas_server/templates/fas.cfg.j2 @@ -73,11 +73,7 @@ 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
With kind regards, Patrick Uiterwijk Fedora Infra
On Fri, Mar 18, 2016 at 06:36:34PM -0400, Patrick Uiterwijk wrote:
Hi,
I had to apply the following patch to make Basset able to enable users: this removes the "if staging" conditional. Could I get +1s please?
diff --git a/roles/fas_server/templates/fas.cfg.j2 b/roles/fas_server/templates/fas.cfg.j2 index 3f293dc..1c6bf8d 100644 --- a/roles/fas_server/templates/fas.cfg.j2 +++ b/roles/fas_server/templates/fas.cfg.j2 @@ -73,11 +73,7 @@ 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
+1 as well
Pierre
infrastructure@lists.fedoraproject.org