From bee5530cde0e4449290bcb94f9425a489002fdb0 Mon Sep 17 00:00:00 2001 From: hickert Date: Tue, 27 Jul 2010 14:05:02 +0000 Subject: [PATCH] Reverted last change git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@19170 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/plugins/admin/users/class_userManagement.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gosa-core/plugins/admin/users/class_userManagement.inc b/gosa-core/plugins/admin/users/class_userManagement.inc index 45a9a4a88..c3a6a6e10 100644 --- a/gosa-core/plugins/admin/users/class_userManagement.inc +++ b/gosa-core/plugins/admin/users/class_userManagement.inc @@ -125,7 +125,6 @@ class userManagement extends management }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); } @@ -290,7 +289,7 @@ class userManagement extends management } // 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))); } -- 2.30.2