Skip to content
This repository has been archived by the owner on Nov 27, 2018. It is now read-only.

Latest commit

 

History

History
41 lines (22 loc) · 889 Bytes

settings.rst

File metadata and controls

41 lines (22 loc) · 889 Bytes

Settings

ABAKUS_AUTH_REQUIRE_ABAKUS

Default: False

Set ABAKUS_AUTH_REQUIRE_ABAKUS = True to require Abakus membership in order to authenticate.

ABAKUS_AUTH_REQUIRE_ABAKOM

Default: False

Set ABAKUS_AUTH_REQUIRE_ABAKOM = True to require committee membership in order to authenticate.

ABAKUS_GROUP_REQUIRED

Default: []

ABAKUS_GROUP_REQUIRED is a list of required groups.

Example: The user needs to be member of Webkom: :

ABAKUS_GROUP_REQUIRED = ['Webkom']

ABAKUS_SUPERUSER_GROUPS

Default: []

ABAKUS_SUPERUSER_GROUPS is a list of committees with superuser access.

Example: The user needs to be member of Webkom or HS: :

ABAKUS_SUPERUSER_GROUPS = ['Webkom', 'HS']