The <cms:user> tag
This tag provides access to read the properties of the current user as specified in the "User - Management" backoffice module.
Attributes:
| Name | Description | Required |
| property | Specifies which value to read of the current user. The following values are supported:
|
yes |
Body:
This tag has no body content!
Example usage:
Get the first and the last name of the current user:
<cms:user property="firstname"/> <cms:user property="lastname"/>

