Download | Plain Text | No Line Numbers


  1. --- html/lostpwd.php.orig 2011-11-25 15:43:10.000000000 +0100
  2. +++ html/lostpwd.php 2011-11-25 15:50:22.000000000 +0100
  3. @@ -65,6 +65,7 @@
  4. if( $account_info = checkLogin( $_POST['username'], $lcServerID, null, true ) ){
  5. $type = array_key_exists('type', $account_info) ? $account_info['type'] : 0;
  6. $email = array_key_exists('email', $account_info) ? $account_info['email'] : '';
  7. + $_POST['username'] = array_key_exists('login', $account_info) ? $account_info['login'] : $_POST['username'];
  8. }
  9.  
  10. if( ! $account_info ){
  11.