Changes between Version 16 and Version 17 of MultipleAuthBackends


Ignore:
Timestamp:
Jul 3, 2006, 1:28:44 PM (18 years ago)
Author:
jkocherhans
Comment:

updated status

Legend:

Unmodified
Added
Removed
Modified
  • MultipleAuthBackends

    v16 v17  
    11= Multiple Authentication Backends =
    22
    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}}}
     3As of [3226], multiple authentication backends are now supported in the trunk.
    84
    95The 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.''
     6http://code.djangoproject.com/browser/django/trunk/docs/authentication.txt
    157
    168----
Back to Top