{{ user:username }} 并不总是返回正确的用户名
我正在使用 Pyro CMS 并实现其自定义模块。
在此模块中,当我通过 {{user:username}}
获取用户名时,它返回错误的值。 所以我想问这是获取用户名的正确方法还是有任何错误。
我还有其他方法可以在pyroCMS 中获取用户名。
谢谢。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为您可能想要的是
{{ user:display_name }}
。这里是所有用户的列表可用变量。
I think what you might want is
{{ user:display_name }}
.Here is a list of all of the user variables available.