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:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user