[% l('Resetting the users ([_1]) password will:', uid) %]
- [% l('Change their password to a random string') %]
- [% l('Set the pwdReset attribute on their entry') %]
- [% l('Send an email containing a link to change their password to the following addresses:') %]
[% FOREACH mail IN mails %]
- [% mail %]
[% END %]