From 876a1ab5a0a7f33ec2fffd3efa57f511f268707f Mon Sep 17 00:00:00 2001 From: Chuck Hagenbuch Date: Tue, 21 Jul 2009 21:14:40 -0400 Subject: [PATCH] first attempt at login working without showing a server list --- imp/lib/api.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/imp/lib/api.php b/imp/lib/api.php index 03fcd50ad..8ab20b1d8 100644 --- a/imp/lib/api.php +++ b/imp/lib/api.php @@ -595,6 +595,11 @@ function _imp_authLoginParams() 'type' => 'select', 'value' => $server_list ); + } else { + $params['imp_server_key'] = array( + 'type' => 'hidden', + 'value' => IMP_Auth::getAutoLoginServer(), + ); } /* If dimp/mimp are available, show selection of alternate views. */ -- 2.11.0