Changes between Initial Version and Version 1 of Ticket #19662, comment 2
- Timestamp:
- Jan 24, 2013, 12:20:49 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #19662, comment 2
initial v1 3 3 https://docs.djangoproject.com/en/dev/topics/auth/customizing/#writing-an-authentication-backend 4 4 5 authenticate only needs **credentials5 authenticate only needs {{{**credentials}}} 6 6 7 7 It is just that for most situations, people have only dealt with auth.User and the modelbackend.