Skip to main content
1-Visitor
March 16, 2020
Solved

display actual user name in statusbar

  • March 16, 2020
  • 1 reply
  • 2604 views

Hello guys,

 

i already created different user and user groups with different permissions in Thingworx Composer.

When the Thingmark is scanned I have to LogIn with User Name and password because of the authentification needed for Thingworx data.

autthentification for thingworx data.JPG

Now i want to display the actual authentificated user of the experience in the status bar above. 

statusbar.JPG


Do you have any solutions how to display the logged in user?
Thank you for the help.

 

Best regards

Marco

Best answer by Giuseppe_Fiore

Hy ,

 

Add a Thing  CurrentSessionInfo     and      service     GetCurrentUser ....  

 

 

 

 

Annotazione 2020-03-16 111542.png

 

io hope to help you

 

Giuseppe

 

 

1 reply

15-Moonstone
March 16, 2020

Hy ,

 

Add a Thing  CurrentSessionInfo     and      service     GetCurrentUser ....  

 

 

 

 

Annotazione 2020-03-16 111542.png

 

io hope to help you

 

Giuseppe

 

 

MarcoNFT1-VisitorAuthor
1-Visitor
March 16, 2020

Wow that was fast and worked fine. Thank you.