mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 05:58:34 +01:00
MDL-27953 auth: documented the newly introduced function can_be_manually_set() in upgrade.txt
This commit is contained in:
parent
17440b2198
commit
b573724a03
@ -1,6 +1,11 @@
|
||||
This files describes API changes in /auth/* - plugins,
|
||||
information provided here is intended especially for developers.
|
||||
|
||||
=== 2.6 ===
|
||||
|
||||
* can_be_manually_set() - This function was introduced in the base class and returns false by default. If overriden by
|
||||
an authentication plugin to return true, the authentication plugin will be able to be manually set for users. For example,
|
||||
when bulk uploading users you will be able to select it as the authentication method they use.
|
||||
|
||||
=== 2.4 ===
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user