1

I am using Pyro CMS and implementing its custom module.

In this module when I am to get the user name by {{user:username}} it returns wrong value. So I want to ask that is it correct way to get username or here is any error.

I there any other way to get the username in pyroCMS.

Thanks.

James Butler
  • 3,852
  • 1
  • 26
  • 38
Code Lღver
  • 15,573
  • 16
  • 56
  • 75

1 Answers1

1

I think what you might want is {{ user:display_name }}.

Here is a list of all of the user variables available.

Uwe Keim
  • 39,551
  • 56
  • 175
  • 291
fie
  • 407
  • 3
  • 10