Admin Panel
Default access:
In order to create contents in the admin panel we need to start the server and login as administrator.
By default, only the root
registered user is an administrator.
Change the default path reldens-admin
:
reldens-admin
:In your project root folder look for the .env
file and replace the value in the value for RELDENS_ADMIN_ROUTE_PATH
:
Change the admin default role:
The admin role ID can be changed by setting the default "admin/roleId" in the "config" table in the database.
That role has to be set in the user you want to be the administrator:
Last updated