You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
896 B
24 lines
896 B
#
|
|
# registration-thanks.yaml
|
|
#
|
|
# Page shown to the user after successfully registring and confirming their
|
|
# account. This page should inform the user that the process is complete and
|
|
# that the user can now submit a ticket or access existing tickets
|
|
#
|
|
---
|
|
notes: >
|
|
This template defines the content displayed after Clients successfully
|
|
register by confirming their account. This page should inform the user
|
|
that registration is complete and that the Client can now submit a ticket
|
|
or access existing tickets.
|
|
name: "Account Confirmed!"
|
|
body: >
|
|
<div>
|
|
<strong>Thanks for registering for an account.</strong><br />
|
|
<br />
|
|
You've confirmed your email address and successfully activated your
|
|
account. You may proceed to open a new ticket or manage existing tickets.<br />
|
|
<br />
|
|
<em>Your friendly support center</em><br />
|
|
%{company.name}
|
|
</div>
|