You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
👋 Thank you for raising an issue! We appreciate your effort in helping us improve. Our team will review it shortly. Stay tuned!
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
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
The text was updated successfully, but these errors were encountered: