Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

$reset_password_mail_subject / $reset_password_mail_body is never used #224

Open
nkoester opened this issue Jun 4, 2024 · 0 comments
Open

Comments

@nkoester
Copy link

nkoester commented Jun 4, 2024

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:

$mail_body = parse_mail_text($new_account_mail_body, $password, $account_identifier, $givenname[0], $sn[0]);
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

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant