use wcf\data\user\User;
use wcf\form\AbstractFormBuilderForm;
use wcf\system\application\ApplicationHandler;
+use wcf\system\cache\runtime\UserProfileRuntimeCache;
use wcf\system\exception\IllegalLinkException;
use wcf\system\exception\PermissionDeniedException;
use wcf\system\request\LinkHandler;
WCF::getTPL()->assign([
'setups' => $this->setups,
'user' => $this->user,
+ 'userProfile' => UserProfileRuntimeCache::getInstance()->getObject($this->user->userID),
'setup' => $this->setup,
'redirectUrl' => $this->redirectUrl,
]);