mirror of
https://github.com/moodle/moodle.git
synced 2025-01-29 19:50:14 +01:00
MDL-80967 authentication: Fix language string and version pump
This commit is contained in:
parent
bb267a11ad
commit
7d95aa4b9c
@ -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';
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user