Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
117d2fd
)
MDL-66123 core: update upgrade.txt with check_password_policy changes
author
Sara Arjona
<sara@moodle.com>
Thu, 1 Aug 2019 02:08:03 +0000
(10:08 +0800)
committer
Sara Arjona
<sara@moodle.com>
Thu, 1 Aug 2019 02:08:03 +0000
(10:08 +0800)
lib/upgrade.txt
patch
|
blob
|
blame
|
history
diff --git
a/lib/upgrade.txt
b/lib/upgrade.txt
index
c4aa0a3
..
005637f
100644
(file)
--- 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 ===