mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 11:14:02 +02:00
Fix #7385 (Calibre-Server does not work with userid/password)
This commit is contained in:
parent
05fb9ee826
commit
0e715238c7
1 changed files with 1 additions and 1 deletions
|
|
@ -147,7 +147,7 @@ def __init__(self, db, opts, embedded=False, show_tracebacks=True,
|
|||
self.config['/'] = {
|
||||
'tools.digest_auth.on' : True,
|
||||
'tools.digest_auth.realm' : (
|
||||
_('Password to access your calibre library. Username is ')
|
||||
'Password to access your calibre library. Username is '
|
||||
+ opts.username.strip()),
|
||||
'tools.digest_auth.users' : {opts.username.strip():opts.password.strip()},
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue