summaryrefslogtreecommitdiffstats
path: root/application/modules/user
diff options
context:
space:
mode:
authormichael pereira2011-04-25 13:28:08 +0200
committermichael pereira2011-04-25 13:28:08 +0200
commitce81bde26fe30ecec4074287d4e1a4fcfac09da1 (patch)
treeda9a2752aa73b60023ff12e9304d6808990e9782 /application/modules/user
parentkcl fix (diff)
downloadpbs2-ce81bde26fe30ecec4074287d4e1a4fcfac09da1.tar.gz
pbs2-ce81bde26fe30ecec4074287d4e1a4fcfac09da1.tar.xz
pbs2-ce81bde26fe30ecec4074287d4e1a4fcfac09da1.zip
config fix
Diffstat (limited to 'application/modules/user')
-rw-r--r--application/modules/user/controllers/ConfigController.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/application/modules/user/controllers/ConfigController.php b/application/modules/user/controllers/ConfigController.php
index 6acb697..c350677 100644
--- a/application/modules/user/controllers/ConfigController.php
+++ b/application/modules/user/controllers/ConfigController.php
@@ -361,6 +361,8 @@ class user_ConfigController extends Zend_Controller_Action
$this->_redirect('/user/config/showconfig/type/'.$this->type.'/configID/'.$configID.'/modifyresult/forbidden');
}
+ $bootosuser->setID($bootosuserID);
+ $bootosuser->setConfigID($configID);
$bootosuser->setHomepath(str_replace("%login-name%", $bootosuser->getLogin(), $bootosuser->getHomepath()));
if($bootosuser->getPassword() != '%password%')
$bootosuser->setPassword(crypt($bootosuser->getPassword(), '$6$'.randomString(8).'$'));