From eea2c47d6ff76d0be946c0d75a2be4e64286a0da Mon Sep 17 00:00:00 2001 From: Mark Nelson Date: Tue, 6 Aug 2013 11:38:10 +0800 Subject: [PATCH] MDL-27953 auth: documented the newly introduced function can_be_manually_set() in upgrade.txt --- auth/upgrade.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/auth/upgrade.txt b/auth/upgrade.txt index 4618dd53e9f..96872a2ded9 100644 --- a/auth/upgrade.txt +++ b/auth/upgrade.txt @@ -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 ===