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

Need to impose rules on the user-name and need for imposing stricter rules for validating email #801

Open
sindhuja184 opened this issue Nov 1, 2024 · 1 comment

Comments

@sindhuja184
Copy link

image

Currently, the input fields of user name and the e-mail are taking any kind of arbitrary values.

Implications of Arbitrary Values
Invalid Emails: Users can enter malformed email addresses. This would lead to errors during the sign-up or login process.
Empty or Invalid Usernames: If you don't check for valid usernames, users may input empty strings, special characters, or excessively long strings, leading to potential issues.

I would like to work on this issue., please assign it to me.

Thanks @dohinafs

Copy link

github-actions bot commented Nov 1, 2024

👋 Thank you for raising an issue! We appreciate your effort in helping us improve. Our team will review it shortly. Stay tuned!

@sindhuja184 sindhuja184 changed the title Need to impose rules on the user-name and need for imposing stricter rules for validating emai Need to impose rules on the user-name and need for imposing stricter rules for validating email Nov 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants