{"id":17269069,"url":"https://github.com/bennylope/django-email-users","last_synced_at":"2025-04-14T08:06:20.004Z","repository":{"id":19745811,"uuid":"23002569","full_name":"bennylope/django-email-users","owner":"bennylope","description":"Stock Django users without the username","archived":false,"fork":false,"pushed_at":"2025-01-26T15:49:28.000Z","size":47,"stargazers_count":9,"open_issues_count":0,"forks_count":3,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-04-14T08:06:05.375Z","etag":null,"topics":["auth","django","python","users"],"latest_commit_sha":null,"homepage":null,"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/bennylope.png","metadata":{"files":{"readme":"README.rst","changelog":"HISTORY.rst","contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-08-15T20:49:49.000Z","updated_at":"2025-01-26T15:48:31.000Z","dependencies_parsed_at":"2023-01-13T20:33:28.992Z","dependency_job_id":null,"html_url":"https://github.com/bennylope/django-email-users","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bennylope%2Fdjango-email-users","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bennylope%2Fdjango-email-users/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bennylope%2Fdjango-email-users/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bennylope%2Fdjango-email-users/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bennylope","download_url":"https://codeload.github.com/bennylope/django-email-users/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248843819,"owners_count":21170488,"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":["auth","django","python","users"],"created_at":"2024-10-15T08:15:16.237Z","updated_at":"2025-04-14T08:06:19.962Z","avatar_url":"https://github.com/bennylope.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"==================\nDjango email users\n==================\n\nFor when you want regular Django users but email as usernames.\n\nThis is a stock replacement for Django's `auth.User` model that removes the\n`username` field in favor of a unique `email` field.\nBoth the `User` model and the forms enforce lower\ncased email addresses to ensure uniqueness without\nsurprises.\n\nInspired by the `users` module in pydanny's original `Django cookiecutter\nproject template \u003chttps://github.com/pydanny/cookiecutter-django/\u003e`_ which I\nkept using and then editing to support email addresses.\n\nInstalling\n----------\n\nInstall and download with pip::\n\n    pip install django-email-users\n\nAdd to your installed apps in your settings.py file::\n\n    INSTALLED_APPS = [\n        ...\n        'users',\n    ]\n\nChange your project's configured user in your settings.py file::\n\n    AUTH_USER_MODEL = 'users.User'\n\nProfit.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbennylope%2Fdjango-email-users","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbennylope%2Fdjango-email-users","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbennylope%2Fdjango-email-users/lists"}