How to disable the possibility to change the display name?

Hi,

is it possible to disable the possibility to change the users display name for the user?

Hey, this command should do it:

occ config:system:set allow_user_to_change_display_name --value=false --type=bool
1 Like

Thank you! I will try it.

1 Like

is there any manual about all occ commands and parameters? https://docs.nextcloud.com/server/15/admin_manual/configuration_server/occ_command.html doesn’t mention this parameter.

Here is what you are looking for (I guess)


But this applies to the latest version only (which is NC20 currently)

Yes, thanks again!

1 Like