stuebinm
54fe6bfce7
This reverts commit 90f4971e88d22da6b2a213bbeb1790f456024b36, and resets the uffd version to the one we are already using, in hopes of making the update slightly less painfull (haha).
10 lines
321 B
Diff
10 lines
321 B
Diff
--- a/uffd/oauth2/views.py 2022-04-30 20:39:53.825474990 +0000
|
|
+++ b/uffd/oauth2/views.py 2022-04-30 20:40:12.632389377 +0000
|
|
@@ -234,6 +234,7 @@
|
|
id=user.unix_uid,
|
|
name=user.displayname,
|
|
nickname=user.loginname,
|
|
+ username=user.loginname,
|
|
email=user.mail,
|
|
groups=[group.name for group in user.groups]
|
|
)
|