fix: greet vault unlock email with the author's full name #13
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/vault-email-greeting"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Vault unlock emails opened with the word "None," where the author's name belongs.
The greeting read from
first_name, a field this project removes from the user model, so it always came through empty. It usesfull_namenow, matching the activation email.Added a test that checks the rendered body.