Commit 898e6b4f authored by Ozzieisaacs's avatar Ozzieisaacs

Calibre-Web is rebooted everytime login type ic shanged (from and to standard...

Calibre-Web is rebooted everytime login type ic shanged (from and to standard authentication and between login methods)
parent dea26009
...@@ -540,8 +540,7 @@ def _configuration_update_helper(): ...@@ -540,8 +540,7 @@ def _configuration_update_helper():
_config_string("config_calibre") _config_string("config_calibre")
_config_string("config_converterpath") _config_string("config_converterpath")
if _config_int("config_login_type"): reboot_required |= _config_int("config_login_type")
reboot_required |= config.config_login_type != constants.LOGIN_STANDARD
#LDAP configurator, #LDAP configurator,
if config.config_login_type == constants.LOGIN_LDAP: if config.config_login_type == constants.LOGIN_LDAP:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment