starlight_help/src/content/docs/manage-a-user.mdx
import {TabItem, Tabs} from "@astrojs/starlight/components";
import FlattenedSteps from "../../components/FlattenedSteps.astro"; import NavigationSteps from "../../components/NavigationSteps.astro"; import AdminOnly from "../include/_AdminOnly.mdx"; import ManageThisUser from "../include/_ManageThisUser.mdx"; import ManageUserTabTip from "../include/_ManageUserTabTip.mdx";
import UserCogIcon from "~icons/zulip-icon/user-cog";
<AdminOnly /> <Tabs> <TabItem label="Via user profile"> <FlattenedSteps> <ManageThisUser /> </FlattenedSteps><ManageUserTabTip />
1. Find the user you would like to manage. Click the **manage user**
(<UserCogIcon />) icon to the right
of their name.
</FlattenedSteps>