{"id":37084375,"url":"https://github.com/teapow/django-simple-authentication","last_synced_at":"2026-01-14T10:19:31.175Z","repository":{"id":57421929,"uuid":"146273634","full_name":"teapow/django-simple-authentication","owner":"teapow","description":"Email identification authentication app for Django.","archived":false,"fork":false,"pushed_at":"2019-07-11T20:03:39.000Z","size":35,"stargazers_count":2,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-09-25T07:30:59.185Z","etag":null,"topics":["auth","authentication","django"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/teapow.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-08-27T09:06:24.000Z","updated_at":"2020-12-28T10:03:30.000Z","dependencies_parsed_at":"2022-09-13T14:10:52.736Z","dependency_job_id":null,"html_url":"https://github.com/teapow/django-simple-authentication","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/teapow/django-simple-authentication","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teapow%2Fdjango-simple-authentication","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teapow%2Fdjango-simple-authentication/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teapow%2Fdjango-simple-authentication/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teapow%2Fdjango-simple-authentication/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/teapow","download_url":"https://codeload.github.com/teapow/django-simple-authentication/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teapow%2Fdjango-simple-authentication/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28416906,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T10:18:03.274Z","status":"ssl_error","status_checked_at":"2026-01-14T10:16:11.865Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["auth","authentication","django"],"created_at":"2026-01-14T10:19:30.314Z","updated_at":"2026-01-14T10:19:31.167Z","avatar_url":"https://github.com/teapow.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"============================\ndjango-simple-authentication\n============================\n\n|travis| |codacy| |coverage| |pypi|\n\n.. |travis| image:: https://travis-ci.org/teapow/django-simple-authentication.svg?branch=master\n   :target: https://travis-ci.org/teapow/django-simple-authentication\n\n.. |codacy| image:: https://api.codacy.com/project/badge/Grade/b3b408b162c14cc0b0d2ba6b46b86396\n   :target: https://www.codacy.com/app/teapow/django-simple-authentication\n\n.. |coverage| image:: https://api.codacy.com/project/badge/Coverage/b3b408b162c14cc0b0d2ba6b46b86396\n   :target: https://www.codacy.com/app/teapow/django-simple-authentication\n\n.. |pypi| image:: https://badge.fury.io/py/django-simple-authentication.svg\n    :target: https://badge.fury.io/py/django-simple-authentication\n\n\nDjango's ``auth.User`` model uses a ``username`` field to uniquely identify a\nuser. ``django-simple-authentication`` uniquely identifies users with an\nemail address instead, removing the ``username`` field altogether.\n\nAdditionally, ``django-simple-authentication`` offers a feature that forces\nusers to change their password the next time they log in. This can be done\nby setting ``simple_authentication.User.force_password_change`` to ``True``.\nThe ``ForcePasswordChangeMiddleware`` must be installed for this feature to\nwork properly.\n\n\nQuick-start\n===========\n\n1. Install: ``pip install django-simple-authentication``.\n2. Add: ``simple_authentication`` to ``INSTALLED_APPS``.\n3. Add: ``AUTH_USER_MODEL = 'simple_authentication'``.\n4. Add: ``simple_authentication.middleware.ForcePasswordChanceMiddleware`` to\n   ``MIDDLEWARE``.\n5. Make migrations: ``python manage.py makemigrations simple_authentication``.\n6. Apply migrations: ``python manage.py migrate simple_authentication``.\n\n\nCompatibility\n=============\n\n``django_simple_authentication`` has been tested on Django versions \u003e= 2.0.\nIt may work without issue on earlier versions of Django (or Python), but\nthis is not officially supported.\n\n\nChangelog\n=========\n\n+----------------+-----------------------------------------------------------+\n| Version        | Description                                               |\n+================+===========================================================+\n| 0.1.2          | Improved unit test coverage (up to 76%).                  |\n+----------------+-----------------------------------------------------------+\n| 0.1.1          | Ensure migrations are excluded from the PyPI              |\n|                | distribution.                                             |\n+----------------+-----------------------------------------------------------+\n| 0.1            | Initial version.                                          |\n+----------------+-----------------------------------------------------------+\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteapow%2Fdjango-simple-authentication","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fteapow%2Fdjango-simple-authentication","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteapow%2Fdjango-simple-authentication/lists"}