I'm in need of some functionality which takes care of the following scenario:
When changing an user's password in Admin/Edit user-mode in EPiserver I'd like to have a button saying "Save and send new password to user". When hitting this button the new password is saved as normal. Additionally, the new password is sent to the user by email. Even though passwords are not stored in clear text in EPiServer, one should still be able to grab the contents of the textboxes.
One could always do this as a hack in the admin-code, but I guess this might not survive a future upgrade. Has anyone done anything similar to this then any tip on how to approach would be highly appreceated!
Thanks in advance!
Frank