MDL-27953 auth: documented the newly introduced function can_be_manually_set() in upgrade.txt

This commit is contained in:
Mark Nelson
2013-08-06 15:48:19 +12:00
committed by Sam Hemelryk
parent 164cc5f0e9
commit eea2c47d6f
+5
View File
@@ -1,6 +1,11 @@
This files describes API changes in /auth/* - plugins,
information provided here is intended especially for developers.
=== 2.4.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 ===