mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	[1.6.x] Added RemoteUserMiddleware to middleware reference page.
Backport of 465980d070 from master.
			
			
This commit is contained in:
		| @@ -185,6 +185,11 @@ Adds the ``user`` attribute, representing the currently-logged-in user, to | ||||
| every incoming ``HttpRequest`` object. See :ref:`Authentication in Web requests | ||||
| <auth-web-requests>`. | ||||
|  | ||||
| .. class:: RemoteUserMiddleware | ||||
|  | ||||
| Middleware for utilizing Web server provided authentication. See | ||||
| :doc:`/howto/auth-remote-user` for usage details. | ||||
|  | ||||
| CSRF protection middleware | ||||
| -------------------------- | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user