View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001625 | OXID eShop (all versions) | 1.05. Users | public | 2010-01-26 14:34 | 2015-05-04 15:34 |
Reporter | Moehlis | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.2.0 revision 23610 | ||||
Fixed in Version | 4.3.2 revision 27884 | ||||
Summary | 0001625: dgr not set when registering | ||||
Description | default group is only set when logging in. not when registering. reason: after creating user he will be logged out (why?) oxcmp_user.php:410(ee) current: $oUser->logout(); fix: // adding to dyn group $oUser->addDynGroup(oxSession::getVar( 'dgr' ), $myConfig->getConfigParam( 'aDeniedDynGroups' )); $oUser->logout(); | ||||
Tags | No tags attached. | ||||
Theme | |||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||