<p>[% user_details.first_name | ucfirst %],</p>
<p>Your HILIS registration details. Please read this message carefully as it contains
important information on passwords, how to change them and what to do if you
forget yours.</p>
<p>The recommended browser is Mozilla Firefox
[<a href="http://www.mozilla.org">www.mozilla.org</a>],
but a recent version of any modern browser (Google Chrome, Safari, Opera,
Internet Explorer) should be OK.</p>
<p>The network address is:
<a href="[% c.cfg('settings').service_url %]">[% c.cfg('settings').service_url %]</a>
You can bookmark this if you wish for easier access in future.</p>
[% DEFAULT user_details.plain_txt_pwd = '******' # created during 'post' action
username = user_details.first_name _ '.' _ user_details.last_name;
password = user_details.plain_txt_pwd;
-%]
<p>Your UserID is: <b>[% username %]</b></p>
<p>You must login within one month otherwise you will need to use the forgotten
password link on the login page to re-activate your account.</p>
[% IF user_details.uid; # new user created
user = username | url;
url = app_url _ '?uid=' _ user_details.uid _ '&first_login=' _
user_details.epoch / 100 # always ends 00
_ '&authen_username=' _ user _ '&authen_password=' _ password;
%]
<p>The easiest way to login is to use the following link [valid for initial login only]:
<a href="[% url %]">[% url %]</a></p>
[% END %]
<p>If you click the link and it appears to be broken, please copy and paste it into
a new browser window and submit.</p>
<p>If this still does not work you can login manually using a temporary password:
[% password %]</p>
<hr />
PLEASE NOTE YOUR PASSWORD IS ALWAYS CASE-SENSITIVE (ie AbC, not abc or ABC)
<hr />
<p>You will then be forwarded automatically to a page where you will need to set
your own password (minimum length is 5 characters).</p>
<p>If you wish to change your password any time afterwards, after login go to:<br>
Resources -> User functions -> Change password<br>
Minimum new password length is 5 characters.</p>
<p>If you ever forget your password, there is a link on the login page to send a new
temporary password to your registered email address.</p>
[% time_out = c.cfg('settings').default_user_timeout / 60 %]
<p>Idle time-out is set to [% time_out %] minutes, after which you will need to re-enter
your password to continue using the system.</p>
<p>Let me know if you have any difficulties, or want some assistance with using
the system, though I hope it is largely self-explanatory.</p>
<hr />
PLEASE KEEP THIS MESSAGE IN A SAFE PLACE FOR FUTURE REFERENCE
<hr />