]> source.dussan.org Git - nextcloud-server.git/commitdiff
checkbox in settings ui
authorThomas Mueller <thomas.mueller@tmit.eu>
Thu, 18 Apr 2013 20:20:52 +0000 (22:20 +0200)
committerThomas Müller <thomas.mueller@tmit.eu>
Tue, 23 Jul 2013 10:18:46 +0000 (12:18 +0200)
apps/files_external/lib/config.php

index 14211fca1969871cd69daa19e12ff2979401649f..4426732cb0783c8f732dcd7fbe9b67090ed21c0e 100755 (executable)
@@ -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'));