#15755: Admin should allow for configurable support login handling
-------------------------+------------------------------
 Reporter:  metzen       |         Owner:  nobody
     Type:  New feature  |        Status:  new
Milestone:               |     Component:  contrib.admin
  Version:  SVN          |      Severity:  Normal
 Keywords:               |  Triage Stage:  Unreviewed
Has patch:  1            |
-------------------------+------------------------------
 In its current implementation, the contrib.admin application attempts to
 handle user authentication by displaying a login form for any request
 where the user does not have permission to view (either because they are
 unauthenticated, or their user account fails the is_active and is_staff
 test).

 In cases where authentication is being handled by an external system
 (e.g., Apache .htaccess or Google Accounts auth on App Engine), it can be
 confusing for users to see this login form when their account does not
 have permission to access the admin, as in some cases, the credentials
 they use might not correspond to what is stored in the Django auth table.

 I'd like to propose a configuration knob to allow the choice for whether
 the admin app attempts to perform user authentication at all, and instead
 just relies on all users to be pre-authenticated.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/15755>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to