Can I customize the subject of the self service password reset mail
Question
Can I customize the subject of the self service password reset mail?
Answer
Yes, but as far as the feature request 53227 is not fixed, not update-safe and only by code customization.
You need to edit line 114 of /usr/lib/python2.7/dist-packages/univention/management/console/modules/passwordreset/sending/send_email.py to:
msg["Subject"] = "My own password-reset subject"