Skip to content

Commit

Permalink
added doc string to class
Browse files Browse the repository at this point in the history
  • Loading branch information
paltman committed Jul 20, 2010
1 parent df4b0ac commit 9edfc22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pinax/apps/account/auth_backends.py
Expand Up @@ -4,6 +4,7 @@


class EmailModelBackend(ModelBackend):
"""A backend that provides authentication through email instead of username."""

def authenticate(self, email=None, password=None):
try:
Expand Down

0 comments on commit 9edfc22

Please sign in to comment.