Hi Mark, Great suggestions. How about auto populating the new password textbox with a random alphanumeric password but also allowing the admin to optionally replace this with a password of their choice. That way we get the best of both worlds. I can certainly understand your point on the email. Luckily changing the email's is now very easy with this release. All email templates are xml based you will simply need to customize them within notepad or similar. An admin feature is planned to manage the email templates and language files. <!-- ************************************************************** --> <!-- Email sent to user when administrator updates users password, this is only a template and can be change in the admin area --> <!-- ************************************************************** --> <email templateid="AdminUpdateUsersPasswordTemplate" priority="Medimum"> <to></to> <from></from> <cc></cc> <bcc></bcc> <subject></subject> <body>Hi [RecipientUsername], An administrator has updated your password at the [ApplicationName] forums. You new password is: [NewPassword]. You old password was: [RecipientPassword]. Please keep this information safe. This may be required the next time you login to the forums. ----------------------------------------- [ApplicationName] [ApplicationUrl] </body> </email> BTW: I've now removed the old password text from the default email template. I've attached the emails.xml template file for you to see how easy it now is to customize the email's sent from the board. Of course email's are also localized depending on the board language 
 Kindest Regards,
Ryan Healey Director / Developer
Explore our products... http://demos.instantasp.co.uk/
|