Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2FA Confirmation Code Email subject line change to fix triggering Goo…
…gle spam blocker (#3572) * Update twofactor_email.hbs subject line to avoid triggering gmail content filter Previous subject line was triggering Google's spam blocker, breaking the 2FA setup process if a gmail SMTP server is configured. The new subject line does not (currently) run afoul of Google's filter. * Update twofactor_email.html.hbs subject line to avoid triggering gmail content filter Previous subject line was triggering Google's spam blocker, breaking the 2FA setup process if a gmail SMTP server is configured. The new subject line does not (currently) run afoul of Google's filter. * Update twofactor_email.hbs Changed "Confirmation" to "Verification" for the sake of internal consistency * Update twofactor_email.hbs * Update twofactor_email.html.hbs
- Loading branch information