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

Case sensitivity #55

Open
tea-jazz opened this issue Feb 14, 2022 · 0 comments
Open

Case sensitivity #55

tea-jazz opened this issue Feb 14, 2022 · 0 comments

Comments

@tea-jazz
Copy link

It seems that there is an issue with identifying users due to case sensitivity.

As seen here the log_visit code accepts a username, checks if it is registered, emails the user to request registration if not registered, and saves it to the database. You can see the logic that registers the user here. Note that there is no enforcement of case - a user who visits the space as "jsmith" and has registered as "Jsmith" will get emails because the query for the username will fail because they are technically different usernames.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant