MDL-80612 auth: Allow plugins to identify Moodle users on the CLI

This commit is contained in:
Brendan Heywood 2024-03-21 00:09:12 +11:00
parent c895def59b
commit 2d286ef8f8
5 changed files with 170 additions and 0 deletions

View file

@ -4,6 +4,7 @@ information provided here is intended especially for developers.
=== 4.4 ===
* A sesskey is no longer passed to the auth/test_settings.php page so it can no longer be required in test_settings().
* Auth plugins can now attempt to identify users running CLI scripts using a new method find_cli_user()
=== 4.2 ===
* Support for configuration with the deprecated auth_config.php file has been removed.