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 hashes)