FIX: remove forms-based login from OPDS

This commit is contained in:
barbequesauce 2018-10-19 12:17:39 -04:00 committed by evilhero
parent 598036e226
commit 4b44da02ba
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ def initialize(options):
'tools.auth_basic.realm': 'Mylar OPDS',
'tools.auth_basic.checkpassword': cherrypy.lib.auth_basic.checkpassword_dict(user_list)}
else:
conf['/opds'] = {'tools.auth_basic.on': False}
conf['/opds'] = {'tools.auth_basic.on': False, 'tools.auth.on': False}
# Prevent time-outs
cherrypy.engine.timeout_monitor.unsubscribe()