www-bocal/bocal
Théophile Bastian eed3653d22 Use rhosts file to grant permissions to users.
Whenever a user logs in through CAS, their username is looked up in the
.rhosts file provided through settings. If it is found, the user is
granted staff status and BOcal group (cf fixture).

The rights are re-evaluated at each login and at each access to
/admin/login.

Close #2.
2017-10-14 19:36:13 +02:00
..
__init__.py Start django project 2017-09-21 10:35:29 +02:00
settings.py Create proper default project settings 2017-09-21 10:57:06 +02:00
settings_base.py Move authentication-related modules to app bocal_auth 2017-10-14 17:59:42 +02:00
settings_dev.py Use rhosts file to grant permissions to users. 2017-10-14 19:36:13 +02:00
settings_prod.py Use rhosts file to grant permissions to users. 2017-10-14 19:36:13 +02:00
urls.py Use rhosts file to grant permissions to users. 2017-10-14 19:36:13 +02:00
wsgi.py Start django project 2017-09-21 10:35:29 +02:00