1
0
mirror of https://gitlab.com/animath/si/plateforme-corres2math.git synced 2025-06-21 03:58:23 +02:00

Use a custom Matrix username

This commit is contained in:
Yohann D'ANELLO
2020-10-28 17:19:25 +01:00
parent 2ead8cdad5
commit 642ac94b7a
5 changed files with 38 additions and 3 deletions

View File

@ -131,6 +131,8 @@ PASSWORD_HASHERS = [
'django.contrib.auth.hashers.BCryptPasswordHasher',
]
CAS_AUTH_CLASS = 'registration.auth.CustomAuthUser'
REST_FRAMEWORK = {
'DEFAULT_PERMISSION_CLASSES': [
'rest_framework.permissions.IsAdminUser'