> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ale.run/llms.txt
> Use this file to discover all available pages before exploring further.

# User Access Management

>

<CardGroup cols={3}>
  <Card title="User Registration" icon="user-plus" href="/en/operations/user-management#registration">
    Register manually within the operations system or via the dashboard signup
  </Card>

  <Card title="Dashboard Access" icon="desktop" href="/en/operations/user-management#activation">
    Activate users registered in the operations system to grant dashboard access
  </Card>

  <Card title="Administrator Access" icon="users-gear" href="/en/operations/user-management#administrator-access">
    Grant menu-specific permissions to **activated users**
  </Card>
</CardGroup>

<Info>
  For managing permissions within the dashboard, see the [Team Management page](/en/developers/space#team-management) in the Developer Guide.
</Info>

***

<Frame>
  <img className="block rounded-md" src="https://files.cloudtype.io/ale-docs/operations/images/en/01_01.png" />
</Frame>

> The following information is available on the **Users** page of the operations system:

<AccordionGroup>
  <Accordion title="Name / UID" />

  <Accordion title="Email / Verification">
    * Email verification is required to use `ale`.
    * Users who register through OAuth authentication don't need the verification.
  </Accordion>

  <Accordion title="Signup Date / Last Access" />

  <Accordion title="Settings">
    * **User Info**: Manage user information and [grant permissions for operations system.](/en/operations/user-management#administrator-access)
    * **Email Verification**: Verify a user's email address with admin privileges.
    * **Send Password Reset Email**: Send a password reset email to the user.
    * **Activate/Deactivate**: [Enable or disable dashboard access for selected users.](/en/operations/user-management#activation)
    * **Delete User**: Permanently remove a user from the system.
  </Accordion>
</AccordionGroup>

***

## Registration

<Frame>
  <img className="block rounded-md" src="https://files.cloudtype.io/ale-docs/operations/images/en/01_02.png" />
</Frame>

> Click `Add User` on the right side of the Users page to manually register a user.

<Info>
  Users can also register through sign-up using [GitHub OAuth](/en/authentication/github), [Google OAuth](/en/authentication/google), or **Email**.
</Info>

<Note>
  You can [disable the sign-up feature](/en/operations/settings#authentication-%2F-access-control) to restrict access to only manually registered users.
</Note>

<Tip>
  Check the permissions option at the bottom of the registration modal to assign administrator rights for the operations system. For details, see the [Administrator Access](/en/operations/user-management#administrator-access) section.
</Tip>

## Activation

<Note>
  Users who are registered need to be activated before they can log in to the operations system or dashboard.
</Note>

<Frame>
  <img className="block rounded-md" src="https://files.cloudtype.io/ale-docs/operations/images/en/01_05.png" />
</Frame>

> Click the <Icon icon="gear" size={15} color="9fa3a5" /> icon next to the target user and select **Activate**.
> Only activated users can log in to the dashboard.

<Info>
  In addition to account activation, **email authentication is required.** Only users with authenticated email addresses can access the full range of services. For the mailer configuration required to send authentication emails, see the [Mailer Setup page](/en/operations/settings#mailer-setup). Authentication can also be completed directly within the operations system.

  <Frame>
    <img className="block rounded-md" src="https://files.cloudtype.io/ale-docs/operations/images/en/01_06.png" />
  </Frame>
</Info>

## Administrator Access

<Frame>
  <img className="block rounded-md" src="https://files.cloudtype.io/ale-docs/operations/images/en/01_03.png" />
</Frame>

> In the permissions section at the bottom of the user information modal, you can selectively grant access to manageable menus within the operations system.

<AccordionGroup>
  <Accordion title="Admin Access">
    * Displays the **Settings menu** in the operations system and grants permissions to manage `ale` access URLs, OAuth authentication methods, cluster connections/disconnections, and more. For details, see the [Settings page](/en/operations/settings).

    <Warning>
      Users with 'Admin Access' permissions can significantly impact operations. Please exercise caution when granting this permission.
    </Warning>
  </Accordion>

  <Accordion title="User Management">
    * Displays the **Users menu** in the operations system and grants permissions for user registration, activation, and related tasks.
  </Accordion>

  <Accordion title="Cluster Management">
    * Displays the **Clusters menu** in the operations system and grants permissions for connecting container registries to clusters, configuring network settings, and more. For details, see the [Cluster Management page](/en/operations/clusters).
  </Accordion>

  <Accordion title="Space Management">
    * Displays the **Spaces menu** in the operations system and grants permissions to view user-created spaces in the dashboard and allocate resources. For details, see the [Space and Resource Management page](/en/operations/spaces).
  </Accordion>

  <Accordion title="App/Template Management">
    * Displays the **Templates**, **Applications**, and **Plugins** menus in the operations system and allows management of templates, applications, and plugins available in the dashboard.
  </Accordion>

  <Accordion title="Project Management">
    * Displays the **Services menu** and **Deployment History menu** in the operations system and grants permissions to view deployment histories of all services deployed from the dashboard and block services. For details, see the [Service Management page](/en/operations/services) and [Deployment History page](/en/operations/deployment-history).
  </Accordion>
</AccordionGroup>

<Warning>
  Users granted even a single permission can access the operations system. Please manage permissions carefully.
</Warning>

## User Deletion

<Frame>
  <img className="block rounded-md" src="https://files.cloudtype.io/ale-docs/operations/images/en/01_08.png" />
</Frame>

> Click the <Icon icon="gear" size={15} color="9fa3a5" /> icon next to the user you want to delete and select **Delete User**.
