set users for showForm

This commit is contained in:
Uwe Steinmann 2015-08-19 09:19:24 +02:00
parent 52a157e54d
commit 4b94100cbe

View File

@ -40,6 +40,7 @@ class SeedDMS_View_UsrMgr extends SeedDMS_Bootstrap_Style {
function showUserForm($currUser) { /* {{{ */ function showUserForm($currUser) { /* {{{ */
$dms = $this->params['dms']; $dms = $this->params['dms'];
$user = $this->params['user']; $user = $this->params['user'];
$users = $this->params['allusers'];
$groups = $this->params['allgroups']; $groups = $this->params['allgroups'];
$passwordstrength = $this->params['passwordstrength']; $passwordstrength = $this->params['passwordstrength'];
$passwordexpiration = $this->params['passwordexpiration']; $passwordexpiration = $this->params['passwordexpiration'];