Finally getting rid of the old display_name fields. Trying to use full_name and full_name_override everywhere.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user