summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorThomas Mueller <thomas.mueller@tmit.eu>2013-04-18 22:20:52 +0200
committerThomas Mueller <thomas.mueller@tmit.eu>2013-04-18 22:20:52 +0200
commitcfbf81f97836e35fdfbebb9f6c5f44534a09383b (patch)
treece83a3784016fa5b7929f083af0cc92f03d3011f /apps
parente1f5f00ec399d925f5db8e31f00580500d835146 (diff)
downloadnextcloud-server-cfbf81f97836e35fdfbebb9f6c5f44534a09383b.tar.gz
nextcloud-server-cfbf81f97836e35fdfbebb9f6c5f44534a09383b.zip
checkbox in settings ui
Diffstat (limited to 'apps')
-rwxr-xr-xapps/files_external/lib/config.php3
1 files changed, 2 insertions, 1 deletions
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'));