-
Notifications
You must be signed in to change notification settings - Fork 0
6 Admin interface
El Thoro edited this page Nov 10, 2024
·
3 revisions
Configuration option adminInterface must be enabled to access and use the admin interface, which can be reached by URL yourdomain.com/preferendum/admin
. The admin interface provides a poll administration as well as an user management.
Default credentials: admin/admin
If you are enabling this feature, please change the password after the installation!
Depending on the user role (see User management below), one can search, view, edit and delete existing polls.
One can create, edit and delete three types of users:
-
viewer:
- Access every poll (incl. collected user information, if enabled), but cannot edit or delete it.
- Can reset its own password
-
polladmin:
- Same as 'viewer' above
- Access, edit and delete every poll
- If restrictPollCreation is enabled only 'polladmin' (and 'admin') can create polls
- If exportCsv is enabled only 'polladmin' (and 'admin') can export polls
-
admin:
- Same as 'polladmin' above
- Create, edit and delete users