-
-
Notifications
You must be signed in to change notification settings - Fork 73
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
No space password with regex #166
Conversation
…aces in passwords and also updated the signup.json file that contains the validation message.
Someone is attempting to deploy a commit to a Personal Account owned by @Ryczko on Vercel. @Ryczko first needs to authorize it. |
…ntain only space" This reverts commit bd245bb.
Also note, Ignore package.lock.json files those were not meant to be committed |
Hello maybe one suggestion :) |
Okay will make that change ! 👍 |
…at tells the user what characters are available for use
@Ryczko I made a another pull request. I wanted your opinion on the message. I personally feel like its a little long but i also wanted to let the user know what exactly they can use. Let me know if I should go with the current message or try something a little bit more shorter. thanks! |
…nup.json.Changed it so it matches restrictedCharacterError
…rrect string in the signup.json
changes were made so that the signup.json file matches the strings inside the t() function to show validation messages. also @Ryczko sorry for all the commits. I apologize, let me know if you want me to make any further changes |
@MikeProduce I made it a little bit shorter. Thank for the contribution 👏 |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
No problem bro thank you for letting me participate and giving me feedback much appreciated! 👍 |
Added regex to know if the user has any spaces in their password.If they do they will be met with the validation message from the signup.json file "password cannot contain spaces"
Let me know if I need to make any further changes.
feedback is always appreciated thank you !