Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce backends #11

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Introduce backends #11

wants to merge 2 commits into from

Commits on Jan 9, 2013

  1. Introduce backends

    Add backends to select user.
    UsernameBackend is default backend that select users with username in
    `django.contrib.auth.models.User`.
    ProfilenameBackend is new backend that select users with field name setting in
    `AUTH_PROFILE_MODULE` model.
    youknowone committed Jan 9, 2013
    Configuration menu
    Copy the full SHA
    99bee08 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2013

  1. Configuration menu
    Copy the full SHA
    0e6965c View commit details
    Browse the repository at this point in the history