generate documentation from config.sample.php

This commit is contained in:
Nextcloud bot
2019-03-14 01:54:35 +00:00
parent 11f206242d
commit 682eaabead

View File

@@ -359,19 +359,6 @@ to ``de``). If that does not exist either, it falls back to ``default``
Defaults to ``core/skeleton`` in the Nextcloud directory.
::
'user_backends' => array(
array(
'class' => 'OC_User_IMAP',
'arguments' => array('{imap.gmail.com:993/imap/ssl}INBOX')
)
),
The ``user_backends`` app (which needs to be enabled first) allows you to
configure alternate authentication backends. Supported backends are:
IMAP (OC_User_IMAP), SMB (OC_User_SMB), and FTP (OC_User_FTP).
::
'lost_password_link' => 'https://example.org/link/to/password/reset',