cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to change the display of logged-in user to the actual logged-in user in backoffice

arvind-kumar_avinash
Active Contributor
0 Kudos
366

I executed the following ImpEx and then logged in to backoffice using the testproductmgr. However, when I click the User icon, it displays Backoffice Product Manager instead of Test Product Manager.

 INSERT_UPDATE UserGroup;UID[unique=true];groups(uid)[mode=append]
 ;testproductmgrgrp;backofficeproductmanagergroup,employeegroup

 INSERT_UPDATE Employee;UID[unique=true];description;name;groups(uid);password
 ;testproductmgr;Test Product Manager;Test Product Manager;testproductmgrgrp;Abc123

View Entire Topic
former_member625836
Active Contributor
0 Kudos

Hi ,

It is in fact Role chooser so what you can see there is a name of currently selected role. There is no ootb place, where user name is displayed. You would have to implement it by your own.

Cheers, Jacek