Searched refs:notifyUser (Results 1 – 2 of 2) sorted by relevance
/dokuwiki/lib/plugins/usermanager/_test/ |
D | mocks.class.php | 33 protected function notifyUser($user, $password, $status_alert=true) { function in admin_mock_usermanager 38 return parent::notifyUser($user, $password, $status_alert);
|
/dokuwiki/lib/plugins/usermanager/ |
D | admin.php | 698 $this->notifyUser($user, $pass); 833 $this->notifyUser($notify, $changes['pass']); 857 protected function notifyUser($user, $password, $status_alert = true) function in admin_plugin_usermanager 1099 $sent = $this->notifyUser($clean[0], $clean[1], false);
|