{"id":26477969,"url":"https://github.com/mehtadigisha/djangoauthenticationproject","last_synced_at":"2026-04-13T04:49:50.966Z","repository":{"id":272489869,"uuid":"916770159","full_name":"mehtadigisha/DjangoAuthenticationProject","owner":"mehtadigisha","description":"Django Authentication","archived":false,"fork":false,"pushed_at":"2025-01-14T18:33:07.000Z","size":30,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-12T04:11:26.516Z","etag":null,"topics":["authentication","change-password-with-old-password","django","django-auth-example","django-authentication","html-css-javascript","python","validation"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/mehtadigisha.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,"zenodo":null}},"created_at":"2025-01-14T18:19:32.000Z","updated_at":"2025-02-06T14:09:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"ce6ebbe8-2337-4f6c-ad07-b36d703814d1","html_url":"https://github.com/mehtadigisha/DjangoAuthenticationProject","commit_stats":null,"previous_names":["mehtadigisha/djangoauthenticationproject"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mehtadigisha/DjangoAuthenticationProject","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mehtadigisha%2FDjangoAuthenticationProject","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mehtadigisha%2FDjangoAuthenticationProject/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mehtadigisha%2FDjangoAuthenticationProject/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mehtadigisha%2FDjangoAuthenticationProject/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mehtadigisha","download_url":"https://codeload.github.com/mehtadigisha/DjangoAuthenticationProject/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mehtadigisha%2FDjangoAuthenticationProject/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260797721,"owners_count":23064845,"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":["authentication","change-password-with-old-password","django","django-auth-example","django-authentication","html-css-javascript","python","validation"],"created_at":"2025-03-20T00:58:45.962Z","updated_at":"2026-04-13T04:49:50.961Z","avatar_url":"https://github.com/mehtadigisha.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Django Authentication Project\n\nThis project implements a user authentication system in Django, providing features such as login, signup, password reset, profile management, and more. Below are the details of the implemented functionalities:\n\n---\n\n## Features\n\n### 1. Login Page\n- **Fields**: \n  - Username/Email\n  - Password\n- **Links/Buttons**:\n  - **Sign Up**: Redirects to the Signup page.\n  - **Forgot Password**: Redirects to the Forgot Password page.\n\n---\n\n### 2. Sign Up Page\n- **Fields**:\n  - Username\n  - Email\n  - Password\n  - Confirm Password\n- **Validation**:\n  - Passwords must match.\n  - Email must be unique.\n- **Link/Button**:\n  - Back to the Login page.\n\n---\n\n### 3. Forgot Password Page\n- **Fields**:\n  - Email\n- **Functionality**:\n  - Sends an email with a password reset link to the entered email address.\n- **Button**:\n  - \"Send Reset Instructions\" to initiate the password reset process.\n\n---\n\n### 4. Change Password Page\n- **Access**:\n  - Requires authentication.\n- **Fields**:\n  - Old Password\n  - New Password\n  - Confirm New Password\n- **Validation**:\n  - Old password must match the current password.\n  - New passwords must match.\n- **Link/Button**:\n  - Back to the Dashboard.\n\n---\n\n### 5. Dashboard\n- **Access**:\n  - Only accessible to authenticated users.\n- **Features**:\n  - Displays a personalized greeting: \"Hi, username!\".\n  - Links to the **Profile Page** and **Change Password Page**.\n  - Option to **Logout**.\n\n---\n\n### 6. Profile Page\n- **Access**:\n  - Requires authentication.\n- **Displays**:\n  - Username\n  - Email\n  - Date Joined\n  - Last Updated\n- **Links/Buttons**:\n  - Back to the Dashboard.\n  - Logout.\n\n---\n\n## Setup and Installation\n\n1. **Clone the Repository**:\n   ```bash\n   git clone \u003crepository_url\u003e\n   cd \u003cproject_directory\u003e\n   ```\n2. **Install Dependencies: Ensure you have Python and pip installed**:\n   ```bash\n   pip install -r requirements.txt\n   ```\n3. **Database Migration**:\n     ```bash\n     python manage.py makemigrations\n     python manage.py migrate\n     ```\n4. **Create a Superuser**:\n    ```bash\n    python manage.py createsuperuser\n    ```\n5. **Run the Server**:\n   ```bash\n   python manage.py runserver\n   ```\n6. **Access the Application: Open http://127.0.0.1:8000 in your web browser**.\n\n### Technology Stack\n   - Backend: Django\n   - Frontend: HTML, CSS, Bootstrap\n   - Database: SQLite (default)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmehtadigisha%2Fdjangoauthenticationproject","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmehtadigisha%2Fdjangoauthenticationproject","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmehtadigisha%2Fdjangoauthenticationproject/lists"}