mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-10 15:32:38 -07:00
Fix basic auth
This commit is contained in:
parent
cb0e65337f
commit
2d91cfd3db
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ def initialize(options):
|
|||
basic_auth_enabled = False
|
||||
cherrypy.tools.auth = cherrypy.Tool('before_handler', webauth.check_auth)
|
||||
else:
|
||||
auth_enabled = session_enabled = False
|
||||
auth_enabled = session_enabled = basic_auth_enabled = False
|
||||
|
||||
if not options['http_root'] or options['http_root'] == '/':
|
||||
plexpy.HTTP_ROOT = options['http_root'] = '/'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue