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

Implement form validation on username input field #25

Open
TheTeaCat opened this issue Jan 21, 2020 · 1 comment
Open

Implement form validation on username input field #25

TheTeaCat opened this issue Jan 21, 2020 · 1 comment
Assignees
Labels
can't fix Bugs that aren't currently possible to fix enhancement New feature or request
Projects

Comments

@TheTeaCat
Copy link
Owner

No description provided.

@TheTeaCat TheTeaCat created this issue from a note in Todo (To do) Jan 21, 2020
@TheTeaCat TheTeaCat added the enhancement New feature or request label Jan 21, 2020
@TheTeaCat TheTeaCat self-assigned this Jan 21, 2020
@TheTeaCat TheTeaCat moved this from To do to In progress in Todo Jan 21, 2020
@TheTeaCat
Copy link
Owner Author

The last.fm signup form says:

Your username should be between 2 and 15 characters, begin with a letter and contain only letters, numbers, '_' or '-'.

...but in classic last.fm fashion, there exist users with 1 letter usernames!

Until I know more about the actual spec for a last.fm username, as little constrictive an approach seems sensible; I'll limit solely to excluding ampersands.

@TheTeaCat TheTeaCat moved this from In progress to Addressed in Todo Jan 21, 2020
@TheTeaCat TheTeaCat added the can't fix Bugs that aren't currently possible to fix label Apr 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
can't fix Bugs that aren't currently possible to fix enhancement New feature or request
Projects
Todo
  
Addressed
Development

No branches or pull requests

1 participant