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

added regexCheck to house-mixes.com #555

Merged
merged 1 commit into from
Feb 23, 2020

Conversation

sdushantha
Copy link
Member

No description provided.

@sdushantha sdushantha merged commit aa76ef7 into master Feb 23, 2020
@sdushantha sdushantha deleted the fix-house-mixes-false-positive branch February 23, 2020 18:14
@hoadlck
Copy link
Contributor

hoadlck commented Feb 24, 2020

This PR is causing most usernames for this site to show up as illegal. The regex of ^[a-zA-Z0-9_]$ only matches one character.

I looked at the site to try to figure out their rules. After examining their login page, I saw that they actually have the regex rule right their in the form. It is "^[a-zA-Z0-9]+(-[a-zA-Z0-9]+)*$".

So, I just pushed the new check to master.

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

Successfully merging this pull request may close these issues.

2 participants