mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-28 19:03:14 +01:00
Fix lost password issue (#2552)
This commit is contained in:
parent
748dde06b1
commit
c0126726b7
@ -433,6 +433,10 @@ class EGW_SyncML_State extends Horde_SyncML_State
|
|||||||
. ') could not be not verified' ,
|
. ') could not be not verified' ,
|
||||||
__FILE__, __LINE__, PEAR_LOG_ERROR);
|
__FILE__, __LINE__, PEAR_LOG_ERROR);
|
||||||
}
|
}
|
||||||
|
if (empty($GLOBALS['egw_info']['user']['passwd']))
|
||||||
|
{
|
||||||
|
$GLOBALS['egw_info']['user']['passwd'] = $this->_password;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
return ($this->_isAuthorized > 0);
|
return ($this->_isAuthorized > 0);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user