mirror of
https://github.com/JonathanHerrewijnen/calibre-web.git
synced 2024-11-11 13:43:47 +00:00
Calibre-Web is rebooted everytime login type ic shanged (from and to standard authentication and between login methods)
This commit is contained in:
parent
dea2600913
commit
898e6b4f80
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user