From cea29ffebc029add2b275e661fa1878295cbf10f Mon Sep 17 00:00:00 2001 From: jfederico Date: Mon, 6 Dec 2021 15:55:35 +0000 Subject: [PATCH] MDL-73200 mod_bigbluebuttonbn: Replaced credentials provided by default --- mod/bigbluebuttonbn/classes/local/config.php | 4 ++-- mod/bigbluebuttonbn/lang/en/bigbluebuttonbn.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mod/bigbluebuttonbn/classes/local/config.php b/mod/bigbluebuttonbn/classes/local/config.php index a7caaa0c2a2..ccb3053d8f3 100644 --- a/mod/bigbluebuttonbn/classes/local/config.php +++ b/mod/bigbluebuttonbn/classes/local/config.php @@ -30,10 +30,10 @@ use mod_bigbluebuttonbn\recording; class config { /** @var string Default bigbluebutton server url */ - public const DEFAULT_SERVER_URL = 'http://test-install.blindsidenetworks.com/bigbluebutton/'; + public const DEFAULT_SERVER_URL = 'https://test-moodle.blindsidenetworks.com/bigbluebutton/'; /** @var string Default bigbluebutton server shared secret */ - public const DEFAULT_SHARED_SECRET = '8cd8ef52e8e101574e400365b55e11a6'; + public const DEFAULT_SHARED_SECRET = '0b21fcaf34673a8c3ec8ed877d76ae34'; /** * Returns moodle version. diff --git a/mod/bigbluebuttonbn/lang/en/bigbluebuttonbn.php b/mod/bigbluebuttonbn/lang/en/bigbluebuttonbn.php index a31f6c845a9..d8639bb7fb8 100644 --- a/mod/bigbluebuttonbn/lang/en/bigbluebuttonbn.php +++ b/mod/bigbluebuttonbn/lang/en/bigbluebuttonbn.php @@ -129,7 +129,7 @@ $string['config_general_description'] = 'These settings are always used'; $string['config_server_url'] = 'BigBlueButton Server URL'; $string['config_server_url_description'] = 'The URL of your BigBlueButton server must end with /bigbluebutton/. (This default URL is for a BigBlueButton server provided by Blindside Networks that you can use for testing.)'; $string['config_shared_secret'] = 'BigBlueButton Shared Secret'; -$string['config_shared_secret_description'] = 'The security salt of your BigBlueButton server. (This default salt is for a BigBlueButton server provided by Blindside Networks that you can use for testing.)'; +$string['config_shared_secret_description'] = 'The security secret of your BigBlueButton server. (This default secret is for a BigBlueButton server provided by Blindside Networks that you can use for testing.)'; $string['config_recording'] = 'Configuration for "Record meeting" feature'; $string['config_recording_description'] = 'These settings are feature specific'; @@ -315,7 +315,7 @@ $string['index_confirm_end'] = 'Do you wish to end the virtual class?'; $string['index_disabled'] = 'disabled'; $string['index_enabled'] = 'enabled'; $string['index_ending'] = 'Ending the virtual classroom ... please wait'; -$string['index_error_checksum'] = 'A checksum error occurred. Make sure you entered the correct salt.'; +$string['index_error_checksum'] = 'A checksum error occurred. Make sure you entered the correct secret.'; $string['index_error_forciblyended'] = 'Unable to join this meeting because it has been manually ended.'; $string['index_error_unable_display'] = 'Unable to display the meetings. Please check the url of the BigBlueButton server AND check to see if the BigBlueButton server is running.'; $string['index_heading_actions'] = 'Actions';