summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d13b2b4)
raw | patch | inline | side by side (parent: d13b2b4)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 27 Jul 2010 14:05:02 +0000 (14:05 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 27 Jul 2010 14:05:02 +0000 (14:05 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@19170 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 45a9a4a88ff05f8a1b5aaedfe29be8f398b807b6..c3a6a6e10bce793b4de623f67d35d5d8a9c7483b 100644 (file)
}elseif((count($this->pwd_change_queue) || isset($_POST['password_finish']) || isset($_POST['refreshProposal']))){
$action['action'] = "passwordQueue";
}
- if(isset($_POST['passwordQueue'])) $action['action'] = "passwordQueue";
return($action);
}
}
// If we've just refreshed the proposal then do not check the password for validity.
- if(!isset($_POST['password_finish']) && (isset($_POST['refreshProposal']) || isset($_POST['passwordQueue']))){
+ if(isset($_POST['refreshProposal'])){
return ($smarty->fetch(get_template_path('password.tpl', TRUE)));
}