working auth with CAS

This commit is contained in:
jluiselli 2020-09-15 13:32:11 +02:00
parent bb06a2a084
commit f8f353f3e2
7 changed files with 10 additions and 8 deletions

View file

@ -31,6 +31,8 @@ class Profile(models.Model):
default=False, verbose_name=_("conserver la fiche annuaire ?")
)
def __str__(self):
return self.full_name