wheelybird / ldap-user-manager

A PHP web-based interface for LDAP user account management and self-service password change.
MIT License
487 stars 107 forks source link

$reset_password_mail_subject / $reset_password_mail_body is never used #224

Open nkoester opened 5 months ago

nkoester commented 5 months ago

Check the debugging logs does not apply

Version latest

Describe the bug $reset_password_mail_subject and $reset_password_mail_subject are never used, unlike $new_account_mail_body and $new_account_mail_subject. My assumption is, that it could be used here: https://github.com/wheelybird/ldap-user-manager/blob/ce92321285129d34d44ba1babe72b4d09e893a44/www/account_manager/show_user.php#L187 instead of $new_account_mail_body?

Otherwise I do not know how or where RESET_PASSWORD_EMAIL_BODY content would be used? Or am I overlooking something? Cheers