You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The default profile image letters (that should be first letter from the first two words in the "Display Name") is getting the "Username" instead on some pages when using "OpenID Connect" with Keycloak.
Steps to reproduce
If there is a local user it shows the correct data and I see these are in the "oc_users" table in the database with "Display Name" set.
The users from "OpenID Connect" look like they are in the "oc_user_oidc" table in the database and they have all have "Display Name" set as the users name and "Username" is a GUID.
The pages I've found shows the wrong pictures (and sometimes cache them on other sites) are the following:
Profile page:
Always shows the username in the picture. This page also cache:s the wrong image for the local user so it shows wrong on some other pages (For example the picture in top right) until you clean your cache.
Wrong letters (Should be "UA")
The cache:d image in top right: (Correct)
The cache:d image in top right: (Wrong)
Edit "Personal info" page:
Shows wrong in the top left profile picture but not in the "preview" profile page. This page also cache:s the wrong image for the local user so it shows wrong on some other pages (For example the picture in top right) until you clean your cache.
Example:
Contacts page (App):
The default list that gets the users from the system (principals/system/system) is wrong in the initial list (and "Not grouped").
The default contact list:
If you for example create a circle and add members then it is correct there:
Also correct under members list:
Expected behavior
The default profile picture should always use the letters in "Display Name" if it is set.
Nextcloud Server version
30
Operating system
Debian/Ubuntu
PHP engine version
PHP 8.2
Web server
Nginx
Database engine version
PostgreSQL
Is this bug present after an update or on a fresh install?
Fresh Nextcloud Server install
Are you using the Nextcloud Server Encryption module?
I have a similar issue, for me it is actually consistently wrong on the profile page. Can't tell about the address book since I don't use it.
It is weird since the Avatar should use the display name which is set correctly but for the Avatar it seems to fall back to the user name, which is set to the uuid in accordance to the manual of authentik. It is noteworthy, that the getDisplayName of this app has actually a fallback for that.
Bug description
The default profile image letters (that should be first letter from the first two words in the "Display Name") is getting the "Username" instead on some pages when using "OpenID Connect" with Keycloak.
Steps to reproduce
If there is a local user it shows the correct data and I see these are in the "oc_users" table in the database with "Display Name" set.
The users from "OpenID Connect" look like they are in the "oc_user_oidc" table in the database and they have all have "Display Name" set as the users name and "Username" is a GUID.
The pages I've found shows the wrong pictures (and sometimes cache them on other sites) are the following:
Expected behavior
The default profile picture should always use the letters in "Display Name" if it is set.
Nextcloud Server version
30
Operating system
Debian/Ubuntu
PHP engine version
PHP 8.2
Web server
Nginx
Database engine version
PostgreSQL
Is this bug present after an update or on a fresh install?
Fresh Nextcloud Server install
Are you using the Nextcloud Server Encryption module?
None
What user-backends are you using?
Configuration report
Nextcloud Signing status
No errors have been found.
Nextcloud Logs
No response
Additional info
Do I need to create a bug report in the contact app aswell?
The text was updated successfully, but these errors were encountered: