{"id":26010273,"url":"https://github.com/faraazarsath/user-registration-login","last_synced_at":"2026-04-29T06:38:48.453Z","repository":{"id":198449398,"uuid":"519315205","full_name":"FaraazArsath/User-Registration-Login","owner":"FaraazArsath","description":"This Python script provides a simple user registration system with username and password validation using regular expressions. It also includes a password recovery option.","archived":false,"fork":false,"pushed_at":"2025-02-15T05:48:27.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-05T22:48:48.890Z","etag":null,"topics":["filehandling","if-else","python","regular-expression"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FaraazArsath.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-07-29T18:34:45.000Z","updated_at":"2025-02-15T05:48:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"b2ba067e-fdd8-4d6b-bdd6-b97888756cac","html_url":"https://github.com/FaraazArsath/User-Registration-Login","commit_stats":null,"previous_names":["faraazarsath/guvi-task1","faraazarsath/user-registration-login"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/FaraazArsath/User-Registration-Login","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FaraazArsath%2FUser-Registration-Login","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FaraazArsath%2FUser-Registration-Login/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FaraazArsath%2FUser-Registration-Login/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FaraazArsath%2FUser-Registration-Login/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FaraazArsath","download_url":"https://codeload.github.com/FaraazArsath/User-Registration-Login/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FaraazArsath%2FUser-Registration-Login/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261819118,"owners_count":23214431,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["filehandling","if-else","python","regular-expression"],"created_at":"2025-03-05T22:48:49.527Z","updated_at":"2026-04-29T06:38:48.398Z","avatar_url":"https://github.com/FaraazArsath.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# User Authentication System in Python\nA simple Python program for user registration, login, and password recovery, utilizing regular expressions for input validation.\n\n## 🚀 Features\nUser Registration: Allows users to create a username and password, ensuring they meet predefined validation criteria.\n\nUser Login: Enables existing users to log in securely using stored credentials.\n\nPassword Recovery: Provides users with an option to recover their password by verifying their username.\n## 🔧 Functions\nregister() → Creates a new user account. Validates the username using a regular expression to ensure an email-like format.\n\npasswd() → Prompts users to set a password, enforcing strong password rules (uppercase, lowercase, digit, and special character).\n\nforgetpassword() → Initiates the password recovery process by verifying the provided username.\n## 🛠 Regular Expressions\nUsername Validation:\n\nr'^[a-zA-Z]+[._]?[a-zA-Z0-9]+[@]\\w+[.]\\w{2,3}$'\n\nPassword Validation:\n\nr\"^(?=.*[a-z])(?=.*[A-Z])(?=.*[0-9])(?=.*[!@#])\"\n\n## 📂 Note\nUser data is securely stored in a file named database.txt.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffaraazarsath%2Fuser-registration-login","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffaraazarsath%2Fuser-registration-login","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffaraazarsath%2Fuser-registration-login/lists"}