[% l('The file format must similar to UNIX standard password, only the two first column are used.') %]

username1:password1:....
username2:password2:....

[% l('When password are encrypted they are injected only in the main database. This allow users to connect to this application then changing their password. (only crypt MD5 is supported' ) %]





[% FOREACH res = Pass %] [% IF loop.first %]

[% l('Results:') %]

[% END %] [% IF loop.last %]
[% l('Username') | html %] [% l('Results') | html %]
[% res.u | html %] [% res.r | html %]
[% END %] [% END %]