In my company, we use GitLab and the user name is different from the name one commits with. This is due to our LDAP connection, which gives you a username like JDO for John Doe. Now I can't look at the person's face when viewing ones commits if they got registered after the LDAP connection.. :(
But the positive thing is that you can search a user's info by email. :)
You can do: https://gitlaburl/api/v4/users?username=john.doe@company.com
Btw, I loved what you did with the WYSIWYG settings editor.
In my company, we use GitLab and the user name is different from the name one commits with. This is due to our LDAP connection, which gives you a username like
JDOforJohn Doe. Now I can't look at the person's face when viewing ones commits if they got registered after the LDAP connection.. :(But the positive thing is that you can search a user's info by email. :)
You can do:
https://gitlaburl/api/v4/users?username=john.doe@company.comBtw, I loved what you did with the WYSIWYG settings editor.