Changeset 13135 for trunk/flash/modules/desktop/inc/actions.inc.php
- Timestamp:
- 11/03/09 05:17:13 (3 years ago)
- File:
-
- 1 edited
-
trunk/flash/modules/desktop/inc/actions.inc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/flash/modules/desktop/inc/actions.inc.php
r12960 r13135 91 91 case 'login': 92 92 $sContents = parseXml($aXmlTemplates['result'], "msgUserAuthenticationFailure", FAILED_VAL); 93 $sPassword = encryptPassword($sPassword); 93 $sId = getIdByNick($sNick); 94 $sPassword = encryptPassword($sId, $sPassword); 94 95 if(loginUser($sNick, $sPassword, true) == TRUE_VAL) 95 96 { 96 $sId = getIdByNick($sNick);97 97 $aUserInfo = getUserInfo($sId); 98 98 login($sId, $sPassword);
Note: See TracChangeset
for help on using the changeset viewer.