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