Index: branches/unlabeled/unlabeled-1.78.2/kernel/frontaction.php =================================================================== diff -u -r7944 -r7954 --- branches/unlabeled/unlabeled-1.78.2/kernel/frontaction.php (.../frontaction.php) (revision 7944) +++ branches/unlabeled/unlabeled-1.78.2/kernel/frontaction.php (.../frontaction.php) (revision 7954) @@ -102,6 +102,7 @@ $objSession->SetVariable('codevalidationresult', 'lu_resetpw_confirm_text'); $newpw = makepassword(); SetVar('user_password', $newpw); + $application->SetVar('user_password', $newpw); $u->Set("Password",$newpw); $u->Set("PassResetTime", adodb_mktime()); $u->Set("PwResetConfirm", '');