Skip to main content

htpasswd authentication backend for django

Project description

Configure your settings like so:

INSTALLED_APPS += ('htauth',)
AUTHENTICATION_BACKENDS = (
'htauth.backend.HtauthBackend',
)
HTAUTH_PASSWD_FILENAME = os.path.join('/path/to/my.htpasswd')

All users who log in for the first time via django-htauth will be declared superusers;
this may change in a future version.

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-htauth-0.1.tar.gz (3.6 kB view details)

Uploaded Source

File details

Details for the file django-htauth-0.1.tar.gz.

File metadata

File hashes

Hashes for django-htauth-0.1.tar.gz
Algorithm Hash digest
SHA256 5ba41e320d27f3106a6d7be41ed7c92cd42eebf6d1d5f0161223adcb606c6440
MD5 e82b899b59c62328b73d5d84154d4cf5
BLAKE2b-256 909f70015ba78f7ff17ad0f2cc060bdc43e9c8fc21b70ee6c32418c1dc0cd1a3

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page