Open shaun-oconnor opened 1 year ago
Typical values might be; 'home_directory_template': '/ifs/home/%U', That doesn't match the regex; not re.search('^((\/[^\/[:cntrl:]]+)(\/?))*$', home_directory_template): re.search returns a match obj or None.
Please provide the URI for which you are getting this error .
Typical values might be; 'home_directory_template': '/ifs/home/%U', That doesn't match the regex; not re.search('^((\/[^\/[:cntrl:]]+)(\/?))*$', home_directory_template): re.search returns a match obj or None.