MDL-80967 authentication: Fix language string and version pump

This commit is contained in:
Huong Nguyen 2024-06-12 14:49:01 +07:00
parent bb267a11ad
commit 7d95aa4b9c
No known key found for this signature in database
GPG Key ID: 40D88AB693A3E72A
2 changed files with 2 additions and 2 deletions

View File

@ -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';

View File

@ -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