This repository has been archived by the owner on Nov 8, 2018. It is now read-only.
forked from peacecorps/app-web-server
-
Notifications
You must be signed in to change notification settings - Fork 51
User can enter non alphanumeric characters in the name #221
Milestone
Comments
Hey, I am sorry I worked on the issue without your approval. I didn't know if the generator of the issue is the solver by default. |
@mish24 we can add a simple regex query in models, where we have defined the username field or we can simple use the django inbuilt user, which already have this validation implemented and hence following the django principle of DRY( Don't Repeat Yourself) |
@GunpreetAhuja Sorry, I would like to keep this! |
@mish24 Submit a PR! |
@medhach Can I go with this issue? |
@GunpreetAhuja Sure go ahead |
@medhach You can add this to milestone as well. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Validation has to be added to check whether the user doesn't enter something like '+', '|' anything in the first and last name areas, infact in any field that requires typing
The text was updated successfully, but these errors were encountered: