From: Thomas Mueller Date: Thu, 18 Apr 2013 20:20:52 +0000 (+0200) Subject: checkbox in settings ui X-Git-Tag: v5.0.10~40^2~10 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=46b9ce5389102bcc2693d0d0fc434962cd1b0569;p=nextcloud-server.git checkbox in settings ui --- 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'));