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.
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
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)
File details
Details for the file django-htauth-0.1.tar.gz.
File metadata
- Download URL: django-htauth-0.1.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5ba41e320d27f3106a6d7be41ed7c92cd42eebf6d1d5f0161223adcb606c6440
|
|
| MD5 |
e82b899b59c62328b73d5d84154d4cf5
|
|
| BLAKE2b-256 |
909f70015ba78f7ff17ad0f2cc060bdc43e9c8fc21b70ee6c32418c1dc0cd1a3
|