.coveragerc
.editorconfig
.gitignore
.pre-commit-config.yaml
.yamllint
AUTHORS
CHANGES
LICENSE
MANIFEST.in
README.rst
VERSION
codecov.yml
pyproject.toml
runtests.py
setup.cfg
.github/workflows/build.yml
docs/import_users.rst
edc_auth/__init__.py
edc_auth/admin_site.py
edc_auth/apps.py
edc_auth/backends.py
edc_auth/export_users.py
edc_auth/fix_export_permissions.py
edc_auth/forms.py
edc_auth/get_clinic_codenames.py
edc_auth/import_users.py
edc_auth/model_mixins.py
edc_auth/password_setter.py
edc_auth/send_new_credentials_to_user.py
edc_auth/site_auths.py
edc_auth/system_checks.py
edc_auth/urls.py
edc_auth/urls_for_accounts.py
edc_auth/utils.py
edc_auth.egg-info/PKG-INFO
edc_auth.egg-info/SOURCES.txt
edc_auth.egg-info/dependency_links.txt
edc_auth.egg-info/not-zip-safe
edc_auth.egg-info/requires.txt
edc_auth.egg-info/top_level.txt
edc_auth/admin/__init__.py
edc_auth/admin/group_admin.py
edc_auth/admin/list_filters.py
edc_auth/admin/log_entries_admin.py
edc_auth/admin/role_admin.py
edc_auth/admin/user_admin.py
edc_auth/admin/user_profile_admin.py
edc_auth/auth_objects/__init__.py
edc_auth/auth_objects/default_group_names.py
edc_auth/auth_objects/default_groups.py
edc_auth/auth_objects/default_pii_models.py
edc_auth/auth_objects/default_role_names.py
edc_auth/auth_objects/default_roles.py
edc_auth/auth_objects/codenames/__init__.py
edc_auth/auth_objects/codenames/account_manager.py
edc_auth/auth_objects/codenames/administration.py
edc_auth/auth_objects/codenames/auditor.py
edc_auth/auth_objects/codenames/celery_manager.py
edc_auth/auth_objects/codenames/clinic.py
edc_auth/auth_objects/codenames/clinic_super.py
edc_auth/auth_objects/codenames/everyone.py
edc_auth/auth_updater/__init__.py
edc_auth/auth_updater/auth_updater.py
edc_auth/auth_updater/group_updater.py
edc_auth/auth_updater/role_updater.py
edc_auth/management/commands/export_users.py
edc_auth/management/commands/fix_export_permissions.py
edc_auth/management/commands/import_users.py
edc_auth/management/commands/reset_password.py
edc_auth/management/commands/__pycache__/export_users.cpython-38.pyc
edc_auth/management/commands/__pycache__/fix_export_permissions.cpython-38.pyc
edc_auth/management/commands/__pycache__/import_users.cpython-37.pyc
edc_auth/management/commands/__pycache__/import_users.cpython-38.pyc
edc_auth/management/commands/__pycache__/reset_password.cpython-37.pyc
edc_auth/management/commands/__pycache__/reset_password.cpython-38.pyc
edc_auth/migrations/0001_initial.py
edc_auth/migrations/0002_auto_20180803_0515.py
edc_auth/migrations/0003_auto_20180803_0532.py
edc_auth/migrations/0004_auto_20180804_2041.py
edc_auth/migrations/0005_userprofile_job_title.py
edc_auth/migrations/0006_userprofile_notifications.py
edc_auth/migrations/0007_auto_20181025_0150.py
edc_auth/migrations/0008_auto_20191022_0134.py
edc_auth/migrations/0009_userprofile_alternate_email.py
edc_auth/migrations/0010_auto_20191022_0422.py
edc_auth/migrations/0011_auto_20191025_2335.py
edc_auth/migrations/0012_auto_20191026_0034.py
edc_auth/migrations/0013_auto_20191026_0055.py
edc_auth/migrations/0014_auto_20191026_1841.py
edc_auth/migrations/0015_auto_20191026_2149.py
edc_auth/migrations/0016_auto_20191026_2153.py
edc_auth/migrations/0017_auto_20191026_2231.py
edc_auth/migrations/0018_auto_20191029_2039.py
edc_auth/migrations/0019_userprofile_export_format.py
edc_auth/migrations/0020_auto_20210120_0005.py
edc_auth/migrations/0021_auto_20210125_0421.py
edc_auth/migrations/0022_auto_20210125_2214.py
edc_auth/migrations/0023_auto_20210423_1451.py
edc_auth/migrations/0024_alter_userprofile_export_format.py
edc_auth/migrations/0025_permissions.py
edc_auth/migrations/0026_rename_permissions_edcpermissions.py
edc_auth/migrations/0027_alter_edcpermissions_options.py
edc_auth/migrations/__init__.py
edc_auth/models/__init__.py
edc_auth/models/edc_permissions.py
edc_auth/models/role.py
edc_auth/models/signals.py
edc_auth/models/user_profile.py
edc_auth/templates/edc_auth/bootstrap3/login.html
edc_auth/templates/edc_auth/bootstrap3/user_role_description.html
edc_auth/tests/__init__.py
edc_auth/tests/models.py
edc_auth/tests/randomizers.py
edc_auth/tests/urls.py
edc_auth/tests/utils.py
edc_auth/tests/etc/user-aes-local.key
edc_auth/tests/etc/user-aes-restricted.key
edc_auth/tests/etc/user-rsa-local-private.pem
edc_auth/tests/etc/user-rsa-local-public.pem
edc_auth/tests/etc/user-rsa-restricted-private.pem
edc_auth/tests/etc/user-rsa-restricted-public.pem
edc_auth/tests/etc/user-salt-local.key
edc_auth/tests/etc/user-salt-restricted.key
edc_auth/tests/tests/__init__.py
edc_auth/tests/tests/test_auth_updater.py
edc_auth/tests/tests/test_roles.py
edc_auth/tests/tests/test_user.py
edc_auth/tests/tests/test_user_profile.py
edc_auth/views/__init__.py
edc_auth/views/login_view.py
edc_auth/views/logout_view.py