From 7d95aa4b9c112d6be99fad705f2621af565ad22a Mon Sep 17 00:00:00 2001 From: Huong Nguyen Date: Wed, 12 Jun 2024 14:49:01 +0700 Subject: [PATCH] MDL-80967 authentication: Fix language string and version pump --- lang/en/auth.php | 2 +- version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/en/auth.php b/lang/en/auth.php index 8ef86e52996..0098a307411 100644 --- a/lang/en/auth.php +++ b/lang/en/auth.php @@ -157,7 +157,7 @@ $string['selfregistration_help'] = 'If an authentication plugin, such as email-b $string['settingmigrationmismatch'] = 'Values mismatch detected while correcting the plugin setting names! The authentication plugin \'{$a->plugin}\' had the setting \'{$a->setting}\' configured to \'{$a->legacy}\' under the legacy name and to \'{$a->current}\' under the current name. The latter value has been set as the valid one but you should check and confirm that it is expected.'; $string['sha1'] = 'SHA-1 hash'; $string['showguestlogin'] = 'You can hide or show the guest login button on the login page.'; -$string['showloginform'] = 'Show the Moodle login form or not.'; +$string['showloginform'] = 'Display default login form'; $string['showloginform_desc'] = 'If your site uses authentication methods that don\'t require people to enter their email/username and password, such as OAuth2, you may want to hide the standard login form. This is not compatible with Manual accounts. If you are unable to log in and you want to show the login form, you can change this config with the command line: php admin/cli/cfg.php --name=showloginform --set=1'; diff --git a/version.php b/version.php index 191a1c2d983..63bbd0f2343 100644 --- a/version.php +++ b/version.php @@ -29,7 +29,7 @@ defined('MOODLE_INTERNAL') || die(); -$version = 2024060600.00; // YYYYMMDD = weekly release date of this DEV branch. +$version = 2024060600.01; // YYYYMMDD = weekly release date of this DEV branch. // RR = release increments - 00 in DEV branches. // .XX = incremental changes. $release = '4.5dev (Build: 20240606)'; // Human-friendly version name