mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 01:14:36 +02:00
...
This commit is contained in:
parent
da2390cb05
commit
fda3e9658e
1 changed files with 1 additions and 1 deletions
|
|
@ -121,7 +121,7 @@ def __new__(cls, *args):
|
|||
|
||||
_('Choose the type of authentication used'),
|
||||
'auth_mode', Choices('auto', 'basic', 'digest'),
|
||||
_('Set the HTTP authentication mode used by the server. Set to "basic" is you are'
|
||||
_('Set the HTTP authentication mode used by the server. Set to "basic" if you are'
|
||||
' putting this server behind an SSL proxy. Otherwise, leave it as "auto", which'
|
||||
' will use "basic" if SSL is configured otherwise it will use "digest".'),
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue