{"id":16419495,"url":"https://github.com/devmahmud/django-user_authentication","last_synced_at":"2025-04-23T14:31:44.375Z","repository":{"id":103953502,"uuid":"168744779","full_name":"devmahmud/Django-User_Authentication","owner":"devmahmud","description":"Full user authentication system implemented in Django 2.1.3. And bootstrap","archived":false,"fork":false,"pushed_at":"2019-02-01T19:08:50.000Z","size":10,"stargazers_count":3,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-02T16:49:17.171Z","etag":null,"topics":["completed-project","django-project","django-user-authentication","django2","user-authentication"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/devmahmud.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2019-02-01T18:50:15.000Z","updated_at":"2024-04-03T03:46:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"29edae3d-0f6c-4daa-9f2f-8ad8a393fbea","html_url":"https://github.com/devmahmud/Django-User_Authentication","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devmahmud%2FDjango-User_Authentication","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devmahmud%2FDjango-User_Authentication/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devmahmud%2FDjango-User_Authentication/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devmahmud%2FDjango-User_Authentication/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devmahmud","download_url":"https://codeload.github.com/devmahmud/Django-User_Authentication/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250451808,"owners_count":21432905,"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":["completed-project","django-project","django-user-authentication","django2","user-authentication"],"created_at":"2024-10-11T07:24:36.067Z","updated_at":"2025-04-23T14:31:44.370Z","avatar_url":"https://github.com/devmahmud.png","language":"Python","readme":"# Django-User_Authentication\nFull user authentication system implemented in Django 2.1 And bootstrap\n\n\u003ch2\u003eInstalling\u003c/h2\u003e\n\u003cpre\u003eopen terminal and type\u003c/pre\u003e\n\u003ccode\u003egit clone https://github.com/devmahmud/Django-User_Authentication.git\u003c/code\u003e\u003cbr\u003e\u003cbr\u003e\n\n\u003ch4\u003eor simply download using the url below\u003c/h4\u003e\n\u003ccode\u003ehttps://github.com/devmahmud/Django-User_Authentication.git\u003c/code\u003e\u003cbr\u003e\n\n\u003ch2\u003eTo migrate the database open terminal in project directory and type\u003c/h2\u003e\n\u003ccode\u003epython manage.py makemigrations\u003c/code\u003e\u003cbr\u003e\n\u003ccode\u003epython manage.py migrate\u003c/code\u003e\n\n\u003ch2\u003e For password Reset functionality by email fill up the information in Your Project setting \u003c/h2\u003e\n\u003ccode\u003eEMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'\u003c/code\u003e\u003cbr\u003e\n\u003ccode\u003eEMAIL_HOST = 'smtp.gmail.com'\u003c/code\u003e\u003cbr\u003e\n\u003ccode\u003eEMAIL_PORT = 587\u003c/code\u003e\u003cbr\u003e\n\u003ccode\u003eEMAIL_USE_TLS = True\u003c/code\u003e\u003cbr\u003e\n\u003ccode\u003eEMAIL_HOST_USER = 'example@gmail.com'\u003c/code\u003e\u003cbr\u003e\n\u003ccode\u003eEMAIL_HOST_PASSWORD = ''\u003c/code\u003e\u003cbr\u003e\n\n\u003ch2\u003e To run the program in local server use the following command \u003c/h2\u003e\n\u003ccode\u003epython manage.py runserver\u003c/code\u003e\n\n\u003cp\u003eThen go to http://127.0.0.1:8000/home in your browser\u003c/p\u003e\n\n\u003ch2\u003eProject snapshot\u003c/h2\u003e\n\u003ch3\u003eLogin page\u003c/h3\u003e\n\u003cdiv align=\"center\"\u003e\n    \u003cimg src=\"https://user-images.githubusercontent.com/19981097/52143743-72806100-2686-11e9-91d9-30471e920ce0.png\" width=\"100%\"\u003c/img\u003e \n\u003c/div\u003e\n\n\u003ch3\u003eRegistration Page\u003c/h3\u003e\n\u003cdiv align=\"center\"\u003e\n    \u003cimg src=\"https://user-images.githubusercontent.com/19981097/52143784-95127a00-2686-11e9-95ed-fbf265eafc8e.png\" width=\"100%\"\u003c/img\u003e \n\u003c/div\u003e\n\n\u003ch3\u003eProfile Page\u003c/h3\u003e\n\u003cdiv align=\"center\"\u003e\n    \u003cimg src=\"https://user-images.githubusercontent.com/19981097/52143844-bf643780-2686-11e9-9675-1215fd2532e2.png\" width=\"100%\"\u003c/img\u003e \n\u003c/div\u003e\n\n\n\u003ch2\u003eAuthor\u003c/h2\u003e\n\u003cblockquote\u003e\n  Mahmudul alam\u003cbr\u003e\n  Email: expelmahmud@gmail.com\n\u003c/blockquote\u003e\n\n\u003cdiv align=\"center\"\u003e\n    \u003ch3\u003e========Thank You !!!=========\u003c/h3\u003e\n\u003c/div\u003e\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevmahmud%2Fdjango-user_authentication","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevmahmud%2Fdjango-user_authentication","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevmahmud%2Fdjango-user_authentication/lists"}