Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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)

...