Difference between revisions of "Template Variables in Service Provider Email Messages"
From LongJump Support Wiki
imported>Aeric |
imported>Aeric |
||
(One intermediate revision by the same user not shown) | |||
Line 6: | Line 6: | ||
:;$verification_link:User self-verification link | :;$verification_link:User self-verification link | ||
:;$service_name:Service Name of the [[ISV]]/[[MSP]], defined in [[Service Provider Settings]]/[[MSP Settings]], respectively | :;$service_name:Service Name of the [[ISV]]/[[MSP]], defined in [[Service Provider Settings]]/[[MSP Settings]], respectively | ||
===Post-Registration Email Address Verification=== | ===Post-Registration Email Address Verification=== | ||
Line 19: | Line 18: | ||
:;$login_url : Login URL | :;$login_url : Login URL | ||
:;$is_sso_user : Logical, is set to TRUE if the user is an [[SSO]] (Single Sign-On) user | :;$is_sso_user : Logical, is set to TRUE if the user is an [[SSO]] (Single Sign-On) user | ||
:;$user_full_name: Concatenation of user's first name and last name | |||
===Reset Password Email Message=== | ===Reset Password Email Message=== |
Latest revision as of 23:23, 23 September 2011
Messages to Tenants
New Tenant Welcome Email Message
- $customer_name
- User registration name
- $username
- Username is a unique name associated with each User. Username is required to Login, can be an email address or an alphanumeric text string.
- $password
- Password
- $verification_link
- User self-verification link
- $service_name
- Service Name of the ISV/MSP, defined in Service Provider Settings/MSP Settings, respectively
Post-Registration Email Address Verification
- $customer_email
- Registered Email Address of the Tenant
- $service_name
- Service Name of the ISV/MSP, defined in Service Provider Settings/MSP Settings, respectively
Messages to Users
User Welcome Email Message
Reset Password Email Message
- $user_full_name
- Concatenated username, created from Firstname+Lastname
- $username
- User name
- $password
- Password
- $auto_login_url
- URL to login automatically, without username/password
- $login_url
- Login URL
Forgot Password Link Email Message
- $user_full_name
- Concatenated username, created from Firstname+Lastname
- $password_reset_link
- URL to answer user Security Question and send an email messages with a temporary password
Reset Forgot Password Email Message
- $user_full_name
- Concatenated username, created from Firstname+Lastname
- $username
- Username
- $password
- Password
- $auto_login_url
- Auto Login URL (Username/Password not required)
- $login_url
- Login URL
Status Messages
Translation Export Status Email Message
- $translation_file_name
- Translation file name
- $download_url
- URL to download the file
- $date_processing_started
- Start date
- $date_processing_completed
- Completion date
Storage Notification Messages
90% Storage Space Exhausted Status Email
- $customer_name
- Customer registration name, name of the Tenant
- $contracted_database_space
- Database storage space contracted
- $database_space_used
- Database storage space used
- $contracted_document_space
- Document storage space contracted
- $document_space_used
- Document storage space used
- $provider_support_name
- Username of the administrator
100% Storage Space Exhausted Status Email
- $customer_name
- Customer registration name, name of the Tenant
- $contracted_database_space
- Database storage space contracted
- $database_space_used
- Database storage space used
- $contracted_document_space
- Document storage space contracted
- $document_space_used
- Document storage space used
- $provider_support_name
- Username of the administrator