ASISG
Gy - php framework/CMS | Documentation | Gy admin panel
An example of how to get into the admin php framework admin
In browser < your website >/gy/admin/
By default, access to the admin panel with admin rights:
login: admin
password: admin
(need to fill in captcha)
Admin pages can be viewed by users belonging to a group of users who have such rights (rights to such user actions ). Also, part of the menu and part of the pages will be available to users in accordance with the permissions set in their groups, i.e. if there is no permission to change the data containers, then this user will not even have such an item in the menu (data containers), and there will also not be access to such admin pages.
There is a menu and several admin pages such as:
- "Home page" - here the current authorized user can log out;
- "Users" - here you can add / modify / delete users (also work with user groups to delete / add / change actions allowed to groups);
- "Data containers" - you can add / remove / modify data containers and also work with the properties of data containers and with the elements of these data containers and their properties;
- "Working with site pages" - here you can work with site pages (create / modify / delete), there is also a graphical designer for components;
- "Modules" - here is a table with connected modules and their versions;
- "Settings" - here you can reset the entire cache.
Mini admin panel
After authorization and on the site pages where the component admin-button-public-site
is added. a mini admin panel will be visible in the public part. With its help, you can quickly, by clicking on the button, get to the main admin panel, also log out and go to the editor of the site pages.
In the main admin panel there is a button to go to the site in the public part.
-----
You can also configure it so that you can get to the admin panel using a special URL. For safety.
You can read about it at the link *17. 404 page and protection of the admin panel (opening the admin panel using a unique link)* .