mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 10:20:02 +07:00
generate documentation from config.sample.php
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user