Skip to end of banner
Go to start of banner

Functions for Settings

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 11 Next »

Introduction

The functions control access to view or modify settings. Settings come in 3 categories

  • Settings for WEBSITE: Controls both visuals and functions in the front-ends

  • Settings for ORGANISATION:

    • Regular (Privilege: User or Admin)

    • Sensitive: for secrets, keys, etc (Privilege: Zeticon)

  • System settings: Installation-wide configuration of services

Users

Regular users don’t require these functions because every user has read access to the settings WEBSITE and ORGANISATION (non-sensitive) from their own organisation.

Functions 23.2

In version 23.2 we have greatly simplified the required functions for managing settings into

Settings

Required functions

WEBSITE (your organisation)

VIEW_ADMIN_SETTINGS

WEBSITE (other organisation)

VIEW_ADMIN_SETTINGS + ADMIN_VIEW_ALL_ORGANISATIONS

ORGANISATION (yours)

VIEW_ADMIN_SETTINGS

ORGANISATION (other)

VIEW_ADMIN_SETTINGS + ADMIN_VIEW_ALL_ORGANISATIONS

ORGANISATION SENSITIVE (yours)

VIEW_SYSTEM_SETTINGS

ORGANISATION SENSITIVE (others)

VIEW_SYSTEM_SETTINGS + ADMIN_VIEW_ALL_ORGANISATIONS

SYSTEM

VIEW_SYSTEM_SETTINGS

For editing settings, the user needs to corresponding edit functions instead of the view functions

  • EDIT_ADMIN_SETTINGS

  • EDIT_SYSTEM_SETTINGS

  • ADMIN_EDIT_ALL_ORGANISATIONS

Functions (up to version 23.1)

Read Access for Settings

Settings

No function

READ_
ORGANISATIONS

VIEW_
SYSTEM_
SETTINGS

ADMIN_
ORGANISATION

ADMIN_
ALL_
ORGANISATIONS

WEBSITE (your organisation)

(tick)

(tick)

(tick)

(tick)

(tick)

WEBSITE (other organisation)

(error)

(tick)

(tick)

(error)

(tick)

ORGANISATION (yours)

(tick)

(tick)

(tick)

(tick)

(tick)

ORGANISATION (other)

(error)

(tick)

(tick)

(error)

(tick)

ORGANISATION SENSITIVE (yours)

(error)

(error)

(error)

(tick)

(tick)

ORGANISATION SENSITIVE (others)

(error)

(error)

(error)

(error)

(tick)

SYSTEM

(error)

(error)

(tick)

(error)

(tick)

Write Access for Settings

Settings

No function

ADMIN_
WEBSITE

ADMIN_
BACKEND_
SSERVICES

ADMIN_
ORGANISATION

ADMIN_
ALL_
ORGANISATIONS

WEBSITE (your organisation)

(error)

(tick)

(tick)

(error)

(tick)

WEBSITE (other organisation)

(error)

(error)

(error)

(error)

(tick)

ORGANISATION (yours)

(error)

(error)

(error)

(tick)

(tick)

ORGANISATION (other)

(error)

(error)

(error)

(error)

(tick)

ORGANISATION SENSITIVE (yours)

(error)

(error)

(error)

(error)

(tick)

ORGANISATION SENSITIVE (others)

(error)

(error)

(error)

(error)

(tick)

SYSTEM

(error)

(error)

(error)

(error)

(tick)

  • No labels