Replies: 4 comments
-
|
Beta Was this translation helpful? Give feedback.
-
Thanks ,but there is nothing to display.. |
Beta Was this translation helpful? Give feedback.
-
It might be that the |
Beta Was this translation helpful? Give feedback.
-
@sebastienros |
Beta Was this translation helpful? Give feedback.
-
I was create a user extension module .
Use sql query and liquid to display custom property on page.
SQL Query(with out "return document" option)
Liquid
Page response:
{"Id":61,"UserName":"admin","NormalizedUserName":"ADMIN","Email":"[email protected]","NormalizedEmail":"[email protected]","PasswordHash":"xxxx==","SecurityStamp":"xxxx","EmailConfirmed":false,"ResetToken":null,"RoleNames":["Administrator"],"LoginInfos":[],"Properties":{"JZUserInfo":{"RealName":"张三"}}}
How to only display RealName field.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions