Summary
Temporary account usernames are not displayed in the personal tools / vector-menu-content section when using legacy Vector (and other skins that rely on SkinTemplate::addPersonalPageItem). This is because the method gates on $this->isNamedUser, which excludes temp users.
Acceptance criteria
- Temporary account username appears in the personal tools menu for Vector
- The userTemporary icon is used (not userAvatar) for temp user entries


