confirmRegistration( $userId, $provPass ) ) { $gBitSmarty->assignByRef( 'userInfo', $userInfo ); $gBitSystem->display( 'bitpackage:users/change_password.tpl', 'Confirm Password Change' , array( 'display_mode' => 'display' )); } else { $gBitSystem->fatalError( tra("This confirmation link is no longer valid. Please Login or request a new password change"), NULL, NULL, HttpStatusCodes::HTTP_GONE ); } ?>