Changeset 1208 in subversion


Ignore:
Timestamp:
Mar 22, 2008 9:29:49 AM (5 years ago)
Author:
till
Message:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/index.php

    r1206 r1208  
    161161  } 
    162162  else if ($_SESSION['temp'] && !empty($_POST['_user']) && isset($_POST['_pass']) && 
    163            rcmail_login(get_input_value('_user', RCUBE_INPUT_POST), 
     163           rcmail_login(trim(get_input_value('_user', RCUBE_INPUT_POST), ' '), 
    164164              get_input_value('_pass', RCUBE_INPUT_POST, true, 'ISO-8859-1'), $host)) 
    165165  { 
Note: See TracChangeset for help on using the changeset viewer.