diff --git a/var/www/modules/Role_Manager.py b/var/www/modules/Role_Manager.py index c4c2ad92..2fe5f59f 100644 --- a/var/www/modules/Role_Manager.py +++ b/var/www/modules/Role_Manager.py @@ -37,7 +37,7 @@ regex_password = r'^(?=(.*\d){2})(?=.*[a-z])(?=.*[A-Z]).{10,100}$' regex_password = re.compile(regex_password) ############################################################### -############### CHECK ROLE ACCESS ################## +############### FLASK CACHE ################## ############################################################### def no_cache(func): @wraps(func)