View Issue Details

IDProjectCategoryView StatusLast Update
0001625OXID eShop (all versions)1.05. Userspublic2015-05-04 15:34
ReporterMoehlis Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.2.0 revision 23610 
Fixed in Version4.3.2 revision 27884 
Summary0001625: dgr not set when registering
Descriptiondefault 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();
TagsNo tags attached.
Theme
BrowserAll
PHP Versionany
Database Versionany

Activities

There are no notes attached to this issue.