allow cart@ds technical roles to be provisionned

This commit is contained in:
Frédéric Péters 2019-10-14 18:52:35 +02:00
parent 739e0dae61
commit 537f9125cd
1 changed files with 3 additions and 0 deletions

3
debian/50gnm.py vendored
View File

@ -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_']