mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-15 01:32:57 -07:00
Add logger warning message when authentication is disabled
This commit is contained in:
parent
16f20c941c
commit
206a175839
1 changed files with 2 additions and 0 deletions
|
@ -127,6 +127,8 @@ def initialize(options):
|
||||||
basic_auth_enabled = False
|
basic_auth_enabled = False
|
||||||
cherrypy.tools.auth = cherrypy.Tool('before_handler', webauth.check_auth, priority=2)
|
cherrypy.tools.auth = cherrypy.Tool('before_handler', webauth.check_auth, priority=2)
|
||||||
else:
|
else:
|
||||||
|
logger.warn("Tautulli WebStart :: Web server authentication is disabled!")
|
||||||
|
|
||||||
plexpy.AUTH_ENABLED = False
|
plexpy.AUTH_ENABLED = False
|
||||||
basic_auth_enabled = False
|
basic_auth_enabled = False
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue