⚙ Device management

The access page controls which browsers or devices are allowed to access the ZANACMS admin area. Access is granted per device through an editing cookie, not through a shared login.
When to use it
Use this page when you want to allow a new browser, phone, tablet or computer to access the admin area, or when access has been lost after deleting browser cookies.
Initial setup
For the initial setup, temporary access to the device manager can be enabled by editing:
/__config/EDITACCESS_ENABLE.php
Set the first value to the number of minutes the temporary access window should be open, the second value to the number of new device cookies that may be created, and the third value to the adminexposure level for newly created cookies. Use 0 as the third value to use the normal configured level. After all allowed cookies have been set, the temporary access window is closed. See Advanced topics for the exact syntax.
Typical use
You usually only need this page during the first setup, when adding a new device, or after browser cookies have been deleted. Day-to-day admin work does not require any interaction with this page.
When adminexposure < 2, the page stays reachable but shows a reduced view: the activated-device table is hidden, and the HTML-cache and delete-all actions are not available. The current device can still be activated when the temporary access window allows it.
Service access
Service access is an optional agency/support access. The normal device manager stays locked as usual unless its normal temporary access window is open. A configured service access is opened explicitly with:
/admin/d.php?isservice=1
The service key must have at least 64 characters. A successful service login creates a normal editing cookie. It does not put the service key into the browser. For setup format, cookie behaviour and the temporary support level selector, see Service access in the Interfaces guide.