From c5f3e92498690b09d3cd651286c08d8627eb7c4e Mon Sep 17 00:00:00 2001 From: Sara Arjona Date: Thu, 1 Aug 2019 10:08:03 +0800 Subject: [PATCH] MDL-66123 core: update upgrade.txt with check_password_policy changes --- lib/upgrade.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/upgrade.txt b/lib/upgrade.txt index c4aa0a3ffed..005637ff26f 100644 --- a/lib/upgrade.txt +++ b/lib/upgrade.txt @@ -37,6 +37,9 @@ information provided here is intended especially for developers. The following are all invalid module names and locations in your plugin: mod_forum/views/post: mod/forum/amd/src/views/post +* The 'xxxx_check_password_policy' method now has an extra parameter: $user. It contains the user object to perform password +validation against and defaults to null (so, no user needed) if not provided. + === 3.7 ===