Dashboard good morning display_name doesnt work

Dear Community,

My Nextcloud 32.0.2 is running in a Proxmox container.
The system is working. Unfortunately, after logging in, only “Good morning” or something similar is displayed. I want to see “Good morning” and the username.

I’ve been trying to fix this for hours, but I can’t get it to work.
The following is entered in /var/www/nextcloud/config/config.php:

‘greeting’ => ‘timebased,display_name’,

When I run

sudo -u www-data php /var/www/nextcloud/occ user:info Dori | grep -i display

  • display_name: Dori

Which actually looks correct. But the display_name is not shown in the dashboard.
As a test, I tried using the following command:

sudo -u www-data php /var/www/nextcloud/occ config:system:set greeting --value=“” --type=string

to hide the greeting, but that didn’t work either. Of course, I’ve also tried restarting the system, clearing the cache, etc.

Some apps are disabled, and only the following apps are active:

Does anyone have any suggestions? Grok and ChatGPT couldn’t help me – all attempts were unsuccessful.

Thank you very much.

Hey @Kartoffelsalat welcome to the Nextcloud forum :waving_hand:

you’re looking for the Welcome app

Hi scubamuc,

Thanks for the quick reply. Unfortunately, I didn’t mean a widget, but the name itself (as highlighted in the image).

@Kartoffelsalat you are right, I misunderstood you.

this is strange… when logged in as admin the name is not displayed, when logged in as user, the name is displayed:

could this be dependent on the profile data? please compare profile information.

That’s really strange. The name isn’t displayed on any of my accounts. Neither for admins nor users.

@Kartoffelsalat… be patient, there are some really clever folks here who’ll know how that works…