Skip to main content

Website Team Users

Team users are those users who have access to your website dashboard.

How to Add a New Team Member

To add a new Team Member:

  1. Navigate to the GameCMS Dashboard.
  2. Go to the Team section.
  3. Click the "Add Member" button.

Options

  1. User:
    Select a valid user from your website. The user must be registered on your website.

  2. User group:
    From here, you can select the group that has "Access the control panel" enabled. If you select "All rights reserved", you will grant full access to that member.
    Note: This option is available but not recommended.

  3. Requirement to have Two-Factor Authentication enabled:
    Enable this feature to enhance security. Once activated, users will be required to input a valid Two-Factor Authentication (2FA) code. Users must activate this feature to continue using the control panel.

Note

Users added to the team must log in through your website. The default URL for accessing the control panel can be found in the user dropdown menu. If you are using a custom template, you can add that link manually. If you don’t know how to do it, please contact your template developer.

Twig code:

{% if user.team.group_id != 0 %}
<a class="btn btn-secondary d-flex justify-content-center mt-2"
target="_blank"
href="/profile/dashboard">
{{ translate('Control panel') }}
</a>
{% endif %}
Add Group

If you assign a group to a user and the group is marked as a Team group, the user will automatically be added to the team. Conversely, removing the group will remove the user from the team.