From c3dc576427c02ff33d9ef693d27a42c12b4098a4 Mon Sep 17 00:00:00 2001 From: Bertrand Songis Date: Wed, 10 May 2017 23:41:11 +0200 Subject: [PATCH] [GertrudeWeb] Profil SUPERADMIN --- constants.py | 1 + 1 file changed, 1 insertion(+) diff --git a/constants.py b/constants.py index 82ae7385..dca30641 100755 --- a/constants.py +++ b/constants.py @@ -32,6 +32,7 @@ PROFIL_ALL = 63 PROFIL_ADMIN = 64 PROFIL_LECTURE_SEULE = 128 +PROFIL_SUPERADMIN = 256 TypesProfil = [ ("Administrateur", PROFIL_ALL | PROFIL_ADMIN),