mirror of
https://github.com/moodle/moodle.git
synced 2025-08-09 19:06:41 +02:00
MDL-80612 auth: Allow plugins to identify Moodle users on the CLI
This commit is contained in:
parent
c895def59b
commit
2d286ef8f8
5 changed files with 170 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue