|
The Documentation Site
© Metadot Corporation |
returns the first name of the current user
Example usage:
{{user.first_name}}
Html output:
John
returns the middle name of the current user
Example usage:
{{user.middle_name}}
returns the last name of the current user
Example usage:
{{user.last_name}}
returns the display name of the current user
Example usage:
{{user.display_name}}
returns the email of the current user
Example usage:
{{user.email}}
Html output:
john.smith@some-corporation.com
returns the password for the user (can be used only in Registration approval email template)
Example usage:
{{user.password}}
Html output:
my-secret-password
returns the work phone of the current user
Example usage:
{{user.work_phone}}
returns the cell phone of the current user
Example usage:
{{user.cell_phone}}
returns the home phone of the current user
Example usage:
{{user.home_phone}}
returns the fax phone of the current user
Example usage:
{{user.fax_phone}}
returns the user notes of the current user
Example usage:
{{user.notes}}
returns the role of the current user
Example usage:
{{user.role}}