Changes between Version 16 and Version 17 of MultipleAuthBackends
- Timestamp:
- Jul 3, 2006, 1:28:44 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MultipleAuthBackends
v16 v17 1 1 = Multiple Authentication Backends = 2 2 3 Multiple authentication backends are now possible on the multi-auth branch. 4 5 To get a copy, execute the following: 6 7 {{{svn co http://code.djangoproject.com/svn/django/branches/multi-auth}}} 3 As of [3226], multiple authentication backends are now supported in the trunk. 8 4 9 5 The documentation has been updated and can be found here: 10 http://code.djangoproject.com/browser/django/branches/multi-auth/docs/authentication.txt 11 12 If you have problems, or the docs are unclear, please post your questions to the django-users or django-developers list. 13 14 ''Note: For those paying attention to this proposal, credential plugins have been completely removed. While useful for some applications, the added complexity just wasn't worth it.'' 6 http://code.djangoproject.com/browser/django/trunk/docs/authentication.txt 15 7 16 8 ----