diff options
author | RealRancor <Fisch.666@gmx.de> | 2015-02-07 14:01:38 +0100 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2015-02-07 20:12:15 +0100 |
commit | c2a72ce6b0b7cf21cced68a7203d22048c5d4679 (patch) | |
tree | a7920dc971ad720ffd1979d7932439387662eefc | |
parent | cbf8dd439c5e56a56511e39180d014ce2ecd5221 (diff) | |
download | nextcloud-server-c2a72ce6b0b7cf21cced68a7203d22048c5d4679.tar.gz nextcloud-server-c2a72ce6b0b7cf21cced68a7203d22048c5d4679.zip |
external user app: Add note to enable it first
-rw-r--r-- | config/config.sample.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index 673cede8027..fd9b7801614 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -214,9 +214,9 @@ $CONFIG = array( 'skeletondirectory' => '', /** - * The ``user_backends`` app allows you to configure alternate authentication - * backends. Supported backends are IMAP (OC_User_IMAP), SMB (OC_User_SMB), and - * FTP (OC_User_FTP). + * 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). */ 'user_backends' => array( array( |