Open nkoester opened 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?
$reset_password_mail_subject
$new_account_mail_body
$new_account_mail_subject
Otherwise I do not know how or where RESET_PASSWORD_EMAIL_BODY content would be used? Or am I overlooking something? Cheers
RESET_PASSWORD_EMAIL_BODY
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