From 52340f50c1577b68aea74d743f297d796b952170 Mon Sep 17 00:00:00 2001 From: Christian Schneider Date: Wed, 20 Jul 2016 13:26:40 +0200 Subject: Use same server (may have switched to server_update) to read back newly created user --- it_user.class | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/it_user.class b/it_user.class index 927a36d..ee12258 100644 --- a/it_user.class +++ b/it_user.class @@ -232,7 +232,7 @@ function login($username, $password, $ignorepassword = false, $withsession = tru $result = false; $this->_init_session(); - $this->workrecord = new it_dbi(array('table' => $this->p['table'], 'keyfield' => $this->p['username_field'])); + $this->workrecord = new it_dbi(array('server' => $this->_p['server'], 'table' => $this->p['table'], 'keyfield' => $this->p['username_field'])); if ($this->workrecord->read($username)) { -- cgit v1.2.3