Put the first user to login in the default group
When using the AllowFirstUserDjangoBackend, the first user is allowed to log in
with any password they want. This change will make sure that the user is also
added to the default group, if one is configured.