Home
last modified time | relevance | path

Searched refs:notifyUser (Results 1 – 2 of 2) sorted by relevance

/dokuwiki/lib/plugins/usermanager/_test/
Dmocks.class.php33 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/
Dadmin.php698 $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);