Skip to content

#26 backend for confirm email work

Brendan Berkley requested to merge 26-verify-email into master
  • Email templates for email address confirmation, made without serious testing. A quick test reveals that they mostly work, but I might be having trouble with the logo image. I'll tighten it up before the task is done.
  • The ACCOUNT_EMAIL_SUBJECT_PREFIX = "" in settings overrides some default in the email's subject line
  • Make sure there is only one primary email at a time. It's still possible to have more than one if you screw around in django admin, but if you click the "Make primary" button in frontend, it will make the primary email not-primary before doing what you want. This was a small change, and is checked with a unit test.
Edited by Brendan Berkley

Merge request reports