django-htauth

htpasswd authentication backend for Django
Download

django-htauth Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • Ethan Jucovy

django-htauth Tags


django-htauth Description

django-htauth is a Django app that provides a htpasswd authentication backend for Django.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.Product's homepage


django-htauth Related Software