From 46b9ce5389102bcc2693d0d0fc434962cd1b0569 Mon Sep 17 00:00:00 2001 From: Thomas Mueller Date: Thu, 18 Apr 2013 22:20:52 +0200 Subject: [PATCH] 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 14211fca196..4426732cb07 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')); -- 2.39.5