Allow to use base URL in custom HTML

This commit is contained in:
Daisuke Taniwaki
2020-12-23 13:39:59 +09:00
parent 8d3a7b704c
commit c833fae901
2 changed files with 4 additions and 1 deletions

View File

@@ -1101,6 +1101,9 @@ class PAMAuthenticator(LocalAuthenticator):
else:
return super().normalize_username(username)
def get_custom_html(self, base_url):
return self.custom_html
for _old_name, _new_name, _version in [
("check_group_whitelist", "check_group_allowed", "1.2"),