Finally getting rid of the old display_name fields. Trying to use full_name and full_name_override everywhere.

This commit is contained in:
Scott Idem
2025-06-16 19:22:02 -04:00
parent f124018125
commit 882c740880
6 changed files with 136 additions and 59 deletions

View File

@@ -1837,7 +1837,7 @@ def handle_email_person_auth_key_url(
from_email = account_cfg.default_no_reply_email
from_name = account_cfg.default_no_reply_name
to_name = person_obj.display_name
to_name = person_obj.full_name
to_email = person_obj.email
bcc_email = account_cfg.confirm_email