View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006013 | OXID eShop (all versions) | 4.12. Subshop handling | public | 2015-01-08 17:10 | 2015-01-09 08:04 |
Reporter | keywan.ghadami | Assigned To | |||
Priority | normal | Severity | block | Reproducibility | always |
Status | resolved | Resolution | duplicate | ||
Summary | 0006013: Login not posible | ||||
Description | Login in one subshop is not possible for users if they have the username in different subshops. Reason is that the salt will be fetched by the username without shopid. | ||||
Additional Information | - $sSalt = $oDb->getOne("SELECT `oxpasssalt` FROM `oxuser` WHERE `oxusername` = " . $oDb->quote($sUser)); + $sSalt = $oDb->getOne("SELECT `oxpasssalt` FROM `oxuser` WHERE `oxusername` = " . $oDb->quote($sUser) . " AND `oxshopid` = " . $oDb->quote( $sShopID )); | ||||
Tags | No tags attached. | ||||
Theme | All | ||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||
duplicate of | 0005988 | resolved | tomas_liubinas | User cannot login in subshop |
|
Reminder sent to: keywan.ghadami Hi, Thank you very much for submitting this issue. We already fixed this problem and fix will included to the next patch release. Best regards, Jurate |