]> source.dussan.org Git - nextcloud-server.git/commitdiff
Make google drive client secret and dropbox api secret a password field
authorJoas Schilling <nickvergessen@gmx.de>
Fri, 7 Feb 2014 17:12:01 +0000 (18:12 +0100)
committerVincent Petry <pvince81@owncloud.com>
Tue, 18 Feb 2014 17:34:28 +0000 (18:34 +0100)
Fix issue #5794

Backport of 828985d

apps/files_external/lib/config.php

index cc57ea8c3f76725c062f2a1e7b8cebd5895f03e2..0658eb3461185150bffc2f45f3053f3523082955 100755 (executable)
@@ -56,7 +56,7 @@ class OC_Mount_Config {
                        'configuration' => array(
                                'configured' => '#configured',
                                'app_key' => 'App key',
-                               'app_secret' => 'App secret',
+                               'app_secret' => '*App secret',
                                'token' => '#token',
                                'token_secret' => '#token_secret'),
                                'custom' => 'dropbox');
@@ -75,7 +75,7 @@ class OC_Mount_Config {
                        'configuration' => array(
                                'configured' => '#configured',
                                'client_id' => 'Client ID',
-                               'client_secret' => 'Client secret',
+                               'client_secret' => '*Client secret',
                                'token' => '#token'),
                                'custom' => 'google');