diff --git a/test/examples/whitelabel/config.py b/test/examples/whitelabel/config.py index f100c55..6b1cf67 100644 --- a/test/examples/whitelabel/config.py +++ b/test/examples/whitelabel/config.py @@ -97,7 +97,7 @@ # Will allow user self registration AUTH_USER_REGISTRATION = True # Set public role like Gamma -PUBLIC_ROLE_LIKE_GAMMA = True +PUBLIC_ROLE_LIKE = "Gamma" # --------------------------------------------------- # Image and file configuration