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

Allow email addresses with special characters #18026

Closed
wants to merge 4 commits into from
Closed

Allow email addresses with special characters #18026

wants to merge 4 commits into from

Conversation

mwithheld
Copy link
Contributor

@mwithheld mwithheld commented Sep 17, 2021

Description

Fixes #11796 E-Mail addresses with special characters are not working by unsanitizing the email address before adding/updating user info. Added tests for several unusual but valid email addresses.

@sgiehl sgiehl added the Needs Review PRs that need a code review label Sep 17, 2021
@sgiehl sgiehl changed the title 11796 Allow email addresses with special characters Allow email addresses with special characters Sep 20, 2021
@sgiehl
Copy link
Member

sgiehl commented Sep 24, 2021

It's annoying that Travis doesn't seem to build some Pull Requests from forks currently. I have pushed the changes of this PR together with latest changes from 4.x-dev into a local branch. So we can see the Travis Build results. See https://app.travis-ci.com/github/matomo-org/matomo/builds/238438467

@github-actions
Copy link
Contributor

github-actions bot commented Oct 2, 2021

This issue is in "needs review" but there has been no activity for 7 days. ping @matomo-org/core-reviewers

@github-actions github-actions bot added the Stale The label used by the Close Stale Issues action label Oct 2, 2021
@sgiehl
Copy link
Member

sgiehl commented Oct 26, 2021

@mwithheld I have pushed the changes to a local branch in order to get the tests running (See https://app.travis-ci.com/github/matomo-org/matomo/jobs/545171822). It seems your branch name causes some trouble on travis, as a numeric branch name can be interpreted as commit hash. For future PRs maybe prefix the branches with fix or something like that, so we directly can see if tests are passing.

Could you also please merge in the latest changes from 4.x-dev. The XssTesting class needs an adjustment, but there were changes on that file on 4.x-dev that might cause merge conflict if we change it in this PR now.

@github-actions github-actions bot removed the Stale The label used by the Close Stale Issues action label Oct 27, 2021
@sgiehl sgiehl added Waiting for user feedback Indicates the Matomo team is waiting for feedback from the author or other users. and removed Needs Review PRs that need a code review labels Oct 28, 2021
@mwithheld mwithheld closed this Oct 29, 2021
@mwithheld mwithheld deleted the 11796 branch October 29, 2021 02:41
@mwithheld mwithheld restored the 11796 branch October 29, 2021 02:41
@mwithheld
Copy link
Contributor Author

Too bad renaming the branch doesn't help.

@mwithheld mwithheld reopened this Oct 29, 2021
@sgiehl
Copy link
Member

sgiehl commented Oct 29, 2021

@mwithheld closing this pull request and opening a new one from another branch might help

@github-actions
Copy link
Contributor

If you don't want this PR to be closed automatically in 28 days then you need to assign the label 'Do not close'.

@github-actions github-actions bot added the Stale The label used by the Close Stale Issues action label Nov 13, 2021
@github-actions
Copy link
Contributor

This PR was last updated more than one month ago, maybe it's time to close it. Please check if there is anything we still can do or close this PR. ping @matomo-org/core-reviewers

@github-actions github-actions bot added the Stale for long The label used by the Close Stale Issues action label Dec 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Stale for long The label used by the Close Stale Issues action Stale The label used by the Close Stale Issues action Waiting for user feedback Indicates the Matomo team is waiting for feedback from the author or other users.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

E-Mail addresses with special characters are not working
2 participants