Home
last modified time | relevance | path

Searched refs:oldinfo (Results 1 – 2 of 2) sorted by last modified time

/dokuwiki/lib/plugins/usermanager/
H A Dcli.php229 $oldinfo = $auth->getUserData($name);
233 $changes['grps'] = $oldinfo['grps'];
235 if (!in_array($group, $oldinfo['grps'])) {
241 if (!empty(array_diff($changes['grps'], $oldinfo['grps']))) {
267 $oldinfo = $auth->getUserData($name);
271 $changes['grps'] = $oldinfo['grps'];
279 if (!empty(array_diff($oldinfo['grps'], $changes['grps']))) {
H A Dadmin.php783 $oldinfo = $this->auth->getUserData($olduser);
817 if (!empty($newname) && $this->auth->canDo('modName') && $newname != $oldinfo['name']) {
820 if (!empty($newmail) && $this->auth->canDo('modMail') && $newmail != $oldinfo['mail']) {
823 if (!empty($newgrps) && $this->auth->canDo('modGroups') && $newgrps != $oldinfo['grps']) {