[%
title = 'Registration' ;
crumb1_name = 'Registration' ;
%]
[% INCLUDE "public/tinymce.html" %]
Fields marked * are mandatory fields and must be completed.
Please use the following rules to create your new password:
- Passwords should be [% minpasslen %] - [% maxpasslen %] characters in length.
- Use more than one type from the upper case, lower case, numeral and symbol character types, e.g. 'Myword', 'smallword2' and 'L!TTLE' would all be fine.
- Use at least 3 unique characters, i.e 'Eeeeee' is not allowed.
- No whitespace characters allowed.
[% IF errmess %]
[% IF errmess == 1 %]
There are invalid or missing fields, as noted by the ∅ symbol.
[% ELSE %]
[% errmess %]
[% END %]
[% END %]