-
Notifications
You must be signed in to change notification settings - Fork 6
User authentication
User authentication in Alexia is primarily through RADIUS. For fallback also the standard Django authentication can be used.
To configure RADIUS authentication on the University of Twente, only the RADIUS_IDENTIFIER and RADIUS_SECRET settings must be set in local_settings.py
.
To use another RADIUS server, also the RADIUS_HOST and maybe the RADIUS_PORT and RADIUS_DICT must be set.
Unknown users will be prompted for their first name, last name and email address after the first login.
Django authentication is by default enabled.
Passwords must be set using the admin panel.
To the extent possible under law, I.C.T.S.V. Inter-Actief and individual contributors
has waived all copyright and related or neighboring rights to the
Alexia Wiki.