Plugin handles emails in a case-sensitive way

Could it be the case that the Discourse integration plugin handles emails in a case-sensitive way?

In our case, user X has email address something@example.com on Discourse and pledged with email address Something@example.com on Patreon, and they don’t seem to get assigned their pledges. :confused:

3 Likes

Thanks for your report. I will check it soon.

… that isn’t necessarily wrong … anything to the left of the @ is allowed to be case sensitive at the discretion of the email provider.

(of course, in practice, a lot of systems assume case insensitivity and get this wrong)

2 Likes

It’s fixed as per commit

https://github.com/discourse/discourse-patreon/commit/17c810416b1aa037b816e9c78b836c1b6db34fb9

7 Likes