summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ef2a636)
raw | patch | inline | side by side (parent: ef2a636)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 14 Dec 2009 10:17:04 +0000 (10:17 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 14 Dec 2009 10:17:04 +0000 (10:17 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14897 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/plugins/admin/users/class_userManagement.inc | patch | blob | history |
diff --git a/gosa-core/plugins/admin/users/class_userManagement.inc b/gosa-core/plugins/admin/users/class_userManagement.inc
index 50029c1c27b504ec6ea12c1bfad1bf3642cf725a..00d63536665f531adf1b04c92cdbfe17aab96a3f 100644 (file)
$this->force_hash_type[$this->last_tabObject->dn] = $this->last_tabObject->by_object['user']->pw_storage;
$this->pwd_change_queue[] = $this->last_tabObject->dn;
return($this->handlePasswordQueue());
- }elseif($this->last_dn == "new"){
- $this->pwd_change_queue[] = $this->last_tabObject->dn;
- return($this->handlePasswordQueue());
}
}