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