Calibre-Web is rebooted everytime login type ic shanged (from and to standard authentication and between login methods)

This commit is contained in:
Ozzieisaacs 2020-04-26 18:24:22 +02:00
parent dea2600913
commit 898e6b4f80
1 changed files with 1 additions and 2 deletions

View File

@ -540,8 +540,7 @@ def _configuration_update_helper():
_config_string("config_calibre")
_config_string("config_converterpath")
if _config_int("config_login_type"):
reboot_required |= config.config_login_type != constants.LOGIN_STANDARD
reboot_required |= _config_int("config_login_type")
#LDAP configurator,
if config.config_login_type == constants.LOGIN_LDAP: