cancel
Showing results for 
Search instead for 
Did you mean: 

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

former_member620692
Active Contributor
0 Kudos

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

Accepted Solutions (1)

Accepted Solutions (1)

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

Answers (0)