From 682eaabeade12480c6b9bcf7e207bb99f5889967 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Thu, 14 Mar 2019 01:54:35 +0000 Subject: [PATCH] generate documentation from config.sample.php --- .../config_sample_php_parameters.rst | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/admin_manual/configuration_server/config_sample_php_parameters.rst b/admin_manual/configuration_server/config_sample_php_parameters.rst index 7d2b52728..be8d4aaab 100644 --- a/admin_manual/configuration_server/config_sample_php_parameters.rst +++ b/admin_manual/configuration_server/config_sample_php_parameters.rst @@ -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',