Skip to content

Fix kerberos sign up

Steffen Köhler requested to merge (removed):fixKerberosSignUp into master

kerberos only provides a username and an email, but no name. Therefore a signup fails because the name is empty. Best guess for the name is probably the username, therefore use it as name.

I also created an issue for this: #5945 (closed)

Merge request reports