Skip to content

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!

Poll administration

Depending on the user role (see User management below), one can search, view, edit and delete existing polls.

admin_interface

User management

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

user_management

Clone this wiki locally