Letractively / webloginpe

Automatically exported from code.google.com/p/webloginpe
0 stars 0 forks source link

Saving Profile breaks the function $modx->getLoginUserName() - value of null until new login #20

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Assuming a working version of 1.3.1 service simple, user logs in, hits
profile, updates profile and chooses 'save'. 

Expect: return to profile with status update message, and
$modx->getLoginUserName() value of the 'username'. 

Results: return to profile with status update message, and
$modx->getLoginUserName() value of the ''.

The function $modx->getLoginUserName() value displays properly on all pages
until you save the profile, then it mysteriously disappears on all pages,
although a user remains logged in and $_SESSION['webValidated'] remains true.

Original issue reported on code.google.com by blackfee...@gmail.com on 25 Sep 2009 at 1:15

GoogleCodeExporter commented 9 years ago
I have exactly the same issue too

Original comment by a...@psychoid.ru on 1 Nov 2009 at 9:01