From cfbf81f97836e35fdfbebb9f6c5f44534a09383b Mon Sep 17 00:00:00 2001 From: Thomas Mueller Date: Thu, 18 Apr 2013 22:20:52 +0200 Subject: checkbox in settings ui --- apps/files_external/lib/config.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/files_external/lib/config.php b/apps/files_external/lib/config.php index 26cb4f711dc..38a112d3bfb 100755 --- a/apps/files_external/lib/config.php +++ b/apps/files_external/lib/config.php @@ -34,7 +34,7 @@ class OC_Mount_Config { * If the configuration parameter should be secret, add a '*' to the beginning of the value * If the configuration parameter is a boolean, add a '!' to the beginning of the value * If the configuration parameter is optional, add a '&' to the beginning of the value - * If the configuration parameter is hidden, add a '#' to the begining of the value + * If the configuration parameter is hidden, add a '#' to the beginning of the value * @return array */ public static function getBackends() { @@ -118,6 +118,7 @@ class OC_Mount_Config { 'configuration' => array( 'host' => 'Host', 'port' => 'Port', + 'use_logon_credentials' => '!Use ownCloud login', 'user' => 'Username', 'password' => '*Password', 'zone' => 'Zone')); -- cgit v1.2.3