From bace2bcdfd0a79badee2a04048c50f7cd4e98f4d Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 7 Feb 2014 18:12:01 +0100 Subject: [PATCH] Make google drive client secret and dropbox api secret a password field Fix issue #5794 Backport of 828985d --- apps/files_external/lib/config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/files_external/lib/config.php b/apps/files_external/lib/config.php index cc57ea8c3f7..0658eb34611 100755 --- a/apps/files_external/lib/config.php +++ b/apps/files_external/lib/config.php @@ -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'); -- 2.39.5