Fix User.email_address_header()

  • The User.email_address_header() function is used to build the destination email
    address when dispatching notifications. This function gets the preferred mail
    address from the user preferences storage.
  • Under unknown conditions users can have confirmed email addresses without having
    an email_address user preference, this causes the function to generate an invalid
    email address where the email part is "None".
  • Issue #45 [OSP]

João Paulo Barraca João Paulo Barraca 2013-04-18

changed Allura/allura/model/auth.py
Allura/allura/model/auth.py Diff Switch to side-by-side view
Loading...