added reverse proxy configuration form and handler

This commit is contained in:
Andrew Roberts
2019-12-12 21:31:21 -05:00
parent 39b6b100f9
commit efcee0a7b7
2 changed files with 14 additions and 0 deletions

View File

@ -347,6 +347,10 @@ def _configuration_update_helper():
_config_int("config_updatechannel")
# Reverse proxy login configuration
_config_checkbox("config_allow_reverse_proxy_header_login")
_config_string("config_reverse_proxy_login_header_name")
# GitHub OAuth configuration
if config.config_login_type == constants.LOGIN_OAUTH:
active_oauths = 0