1
0
Fork 0
mirror of https://github.com/evilhero/mylar synced 2025-02-08 07:15:16 +00:00

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

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()