mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-16 02:02:58 -07:00
Remove basic auth setting
This commit is contained in:
parent
fe765f7827
commit
2ea4b6b63d
3 changed files with 6 additions and 20 deletions
|
@ -276,7 +276,7 @@ def check_rate_limit(ip_address):
|
|||
class AuthController(object):
|
||||
|
||||
def check_auth_enabled(self):
|
||||
if not plexpy.CONFIG.HTTP_BASIC_AUTH and plexpy.CONFIG.HTTP_PASSWORD:
|
||||
if plexpy.CONFIG.HTTP_PASSWORD:
|
||||
return
|
||||
raise cherrypy.HTTPRedirect(plexpy.HTTP_ROOT)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue