mirror of
https://github.com/agrinman/tunnelto.git
synced 2026-04-25 16:56:00 +03:00
[GH-ISSUE #87] Login is case sensitive and now I have two subscriptions #77
Labels
No labels
Need more info
bug
duplicate
enhancement
good first issue
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tunnelto#77
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jchristn on GitHub (Mar 13, 2024).
Original GitHub issue: https://github.com/agrinman/tunnelto/issues/87
Hello, I emailed you on this issue. Apparently I somehow ended up with two subscriptions because your login (email address) is case sensitive.
@akashverma92 commented on GitHub (Dec 27, 2025):
I ran into a similar issue where the same email with different casing
(e.g., User@domain.com vs user@domain.com) is treated as separate accounts,
which can lead to duplicate subscriptions.
A possible fix could be normalizing email addresses to lowercase
during signup and authentication, and enforcing a case-insensitive
unique constraint at the database level.
If this approach sounds good, I’d be happy to work on a PR for this.