Skip to main content
The Administrator is the superuser of the platform. Administrators have unrestricted access to every area of the application, including all tournaments, all user accounts, and all dashboards.
Administrator accounts cannot be created through self-registration. They must be provisioned directly in the database or by another administrator.

Dashboard

After logging in, administrators are redirected to their dashboard at /usuario/administrador/. The dashboard lists all tournaments on the platform regardless of who created them.

User management

Administrators have full control over every user account on the platform.
ActionURL
List all users/usuario/administrador/usuarios/
Create a user/usuario/administrador/usuarios/crear/
Edit a user/usuario/administrador/usuarios/editar/<usuario_id>/
Delete a user/usuario/administrador/usuarios/borrar/<usuario_id>/
When creating a user, an administrator can assign any of the following roles: Organizer, Team, or Player. When creating a Player account, the administrator must select which team the player belongs to.
An administrator cannot delete their own account from the user management panel.
When an organizer account is deleted, all tournaments created by that organizer are also deleted.

Tournament management

Administrators can create new tournaments and delete any existing tournament, regardless of who created it. When creating a tournament, the administrator selects which organizer the tournament is assigned to. Administrators can also remove a team from any tournament via the tournament’s team management view.

Profile

Administrators can update their display name, email address, and password at /usuario/perfil/.