diff --git a/fet2020/authentications/authentications.py b/fet2020/authentications/authentications.py index f511436c..0f6a8d17 100644 --- a/fet2020/authentications/authentications.py +++ b/fet2020/authentications/authentications.py @@ -58,6 +58,7 @@ def authentication(username, password): member.firstname = firstname member.surname = surname member.username = username + member.nickname = username member.mailaccount = mail logger.info(f"Member '{username}' created.") member.save()