Mayank2808sharma / IRCTC-backend

25 stars 28 forks source link

implement Input Validation for User Registration, Login and Train Addition #62

Open vivi2004 opened 1 month ago

vivi2004 commented 1 month ago

Users can create an account by providing necessary information. Input fields include username, email, password, and confirm password. Validation checks: Username must be unique and follow a specific format (e.g., alphanumeric, minimum and maximum length). Email must be in a valid format. Password must meet complexity requirements (e.g., minimum length, include uppercase, lowercase, numbers, special characters). Password and confirm password must match

github-actions[bot] commented 1 month ago

Hi there! Thanks for opening this issue. We appreciate your contribution to this open-source project. We aim to respond or assign your issue as soon as possible.