MDL-9429 make clear that alternate change password url is used only when user is logged in, for example change url may contain $USER->username; other minor cleanup

This commit is contained in:
skodak
2007-04-20 10:02:38 +00:00
parent 77a297d274
commit 80274abfa1
5 changed files with 19 additions and 20 deletions
+1
View File
@@ -87,6 +87,7 @@ class auth_plugin_base {
/**
* Returns the URL for changing the users' passwords, or empty if the default
* URL can be used. This method is used if can_change_password() returns true.
* This method is called only when user is logged in, it may use global $USER.
*
* @return string
*/