Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auth/Mailer: properly handle usernames including a comma #2504

Merged
merged 3 commits into from
May 19, 2019
Merged

Commits on Sep 15, 2018

  1. Auth/Mailer: properly handle usernames including a comma

    Prevent splitting of e-mail addresses at the wrong point by enclosing a username in '"'.
    The "To" e-mail address in the notification mail was malformed if a new user was added
    and included a ',' in it's name. Fixes #1569.
    lpaulsen93 committed Sep 15, 2018
    Configuration menu
    Copy the full SHA
    102cdbd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d31a159 View commit details
    Browse the repository at this point in the history
  3. Another scrutinizer fix.

    lpaulsen93 committed Sep 15, 2018
    Configuration menu
    Copy the full SHA
    743792d View commit details
    Browse the repository at this point in the history