Home
last modified time | relevance | path

Searched refs:oldinfo (Results 1 – 2 of 2) sorted by path

/dokuwiki/lib/plugins/usermanager/
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']) {
H A Dcli.php228 $oldinfo = $auth->getUserData($name);
232 $changes['grps'] = $oldinfo['grps'];
234 if (!in_array($group, $oldinfo['grps'])) {
240 if (!empty(array_diff($changes['grps'], $oldinfo['grps']))) {
266 $oldinfo = $auth->getUserData($name);
270 $changes['grps'] = $oldinfo['grps'];
278 if (!empty(array_diff($oldinfo['grps'], $changes['grps']))) {