remove settings.SITH_MAXIMUM_FREE_ROLE

This commit is contained in:
imperosol
2025-12-20 09:58:26 +01:00
parent e4c92982aa
commit 2a160cfbe0
3 changed files with 7 additions and 12 deletions

View File

@@ -574,11 +574,6 @@ SITH_SUBSCRIPTIONS = {
# To be completed....
}
# This corresponds to the maximum role a user can freely subscribe to
# In this case, SITH_MAXIMUM_FREE_ROLE=1 means that a user can
# set himself as "Membre actif" or "Curieux", but not higher
SITH_MAXIMUM_FREE_ROLE = 1
# Minutes to timeout the logged barmen
SITH_BARMAN_TIMEOUT = 30