RSS Git Download  Clone
Raw Blame History
[%- user_details.first_name | ucfirst; content_only = 1 # place here to avoid format issues %],

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.

The recommended browser is Mozilla Firefox <http://www.mozilla.org>,
but a recent version of any modern browser (Google Chrome, Safari, Opera,
Internet Explorer) should be OK.

[% settings = c.cfg('settings') # also used further down %]
The network address is: <[% settings.service_url %]>
You can bookmark this if you wish for easier access in future.

[% 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;
-%]
-----------------------[% username.replace('\S', '=') %]-----
Your username is: >>>> [% username %] <<<<
-----------------------[% username.replace('\S', '=') %]-----

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.

[% DEFAULT user_details.uid = 1; DEFAULT user_details.epoch = 100; -%]
The easiest way to login is to use the following link [valid for initial login only]:
[% settings.base_href %]/[% settings.process_name %]?uid=[% user_details.uid
%]&first_login=[% user_details.epoch / 100 # always ends 00 so can loose 2 chars
%]&authen_username=[% username | url %]&authen_password=[% password %]


If you click the link and it appears to be broken, please copy and paste it into
a new browser window and submit.

If this still does not work you can login manually using a temporary password:
==>[% password %]<== [select content between arrows to copy]

---------------------------------------------------------------------------
PLEASE NOTE YOUR PASSWORD IS ALWAYS CASE-SENSITIVE (ie AbC, not abc or ABC)
---------------------------------------------------------------------------

You will then be forwarded automatically to a page where you will need to set
your own password (minimum length is 5 characters).

If you wish to change your password any time afterwards, after login go to:
    Resources -> User functions -> Change password
Minimum new password length is 5 characters.

If you forget your password, there is a link on the login page to send a new
temporary password to your registered email address.

[% time_out = c.cfg('settings').default_user_timeout / 60 -%]
Idle time-out is set to [% time_out %] minutes, after which you will need to re-enter
your password to continue using the system.

Let us know [email to: [% settings.service_email %]] if you have any difficulties, or would
like some assistance with using the system.

-------------------------------------------------------------
PLEASE KEEP THIS MESSAGE IN A SAFE PLACE FOR FUTURE REFERENCE
-------------------------------------------------------------