From 537f9125cd9dbc44d2985a7765142a08a5be24ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Mon, 14 Oct 2019 18:52:35 +0200 Subject: [PATCH] allow cart@ds technical roles to be provisionned --- debian/50gnm.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debian/50gnm.py b/debian/50gnm.py index d34c744..5a4abfc 100644 --- a/debian/50gnm.py +++ b/debian/50gnm.py @@ -10,3 +10,6 @@ A2_REGISTRATION_CAN_DELETE_ACCOUNT = False # set session age to the CUT "remember me" value SESSION_COOKIE_AGE = 3600 * 24 * 30 + +# allow cart@ds technical roles to be provisionned +HOBO_PROVISION_ROLE_PREFIXES = ['_cartads_']