Cleaned up the user menu, extra profile link
[GitHub/WoltLab/WCF.git] / com.woltlab.wcf / templates / __reauthenticationLoginAs.tpl
1 <dl>
2 <dt>{lang}wcf.user.reauthentication.loginAs{/lang}</dt>
3 <dd>
4 {$__wcf->user->username}
5
6 {* This field is required to assist password managers. *}
7 <input type="text" autocomplete="username" value="{$__wcf->user->username}" style="display: none">
8 </dd>
9 </dl>