[%# called from C::Admin::User::_email_registration_details - not in use %]
[% user_details.first_name | ucfirst %],
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 [www.mozilla.org], but a recent version of any modern browser (Google Chrome, Safari, Opera, Internet Explorer) should be OK.
The network address is: [% c.cfg('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; -%]Your UserID is: [% username %]
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.
[% 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; %]The easiest way to login is to use the following link [valid for initial login only]: [% url %]
[% END %]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 %]
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 ever 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 me know if you have any difficulties, or want some assistance with using the system, though I hope it is largely self-explanatory.