diff options
Diffstat (limited to 'app/Controller/User.php')
-rw-r--r-- | app/Controller/User.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Controller/User.php b/app/Controller/User.php index 3d44f226..91141241 100644 --- a/app/Controller/User.php +++ b/app/Controller/User.php @@ -341,7 +341,7 @@ class User extends Base if ($this->request->isPost()) { - $values = $this->request->getValues(); + $values = $this->request->getValues() + array('disable_login_form' => 0); if ($this->userSession->isAdmin()) { $values += array('is_admin' => 0); |