default.txt 65 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735173617371738173917401741174217431744174517461747174817491750175117521753175417551756175717581759176017611762176317641765
  1. ======================================
  2. Using the Django authentication system
  3. ======================================
  4. .. currentmodule:: django.contrib.auth
  5. This document explains the usage of Django's authentication system in its
  6. default configuration. This configuration has evolved to serve the most common
  7. project needs, handling a reasonably wide range of tasks, and has a careful
  8. implementation of passwords and permissions. For projects where authentication
  9. needs differ from the default, Django supports extensive :doc:`extension and
  10. customization </topics/auth/customizing>` of authentication.
  11. Django authentication provides both authentication and authorization together
  12. and is generally referred to as the authentication system, as these features
  13. are somewhat coupled.
  14. .. _user-objects:
  15. ``User`` objects
  16. ================
  17. :class:`~django.contrib.auth.models.User` objects are the core of the
  18. authentication system. They typically represent the people interacting with
  19. your site and are used to enable things like restricting access, registering
  20. user profiles, associating content with creators etc. Only one class of user
  21. exists in Django's authentication framework, i.e., :attr:`'superusers'
  22. <django.contrib.auth.models.User.is_superuser>` or admin :attr:`'staff'
  23. <django.contrib.auth.models.User.is_staff>` users are just user objects with
  24. special attributes set, not different classes of user objects.
  25. The primary attributes of the default user are:
  26. * :attr:`~django.contrib.auth.models.User.username`
  27. * :attr:`~django.contrib.auth.models.User.password`
  28. * :attr:`~django.contrib.auth.models.User.email`
  29. * :attr:`~django.contrib.auth.models.User.first_name`
  30. * :attr:`~django.contrib.auth.models.User.last_name`
  31. See the :class:`full API documentation <django.contrib.auth.models.User>` for
  32. full reference, the documentation that follows is more task oriented.
  33. .. _topics-auth-creating-users:
  34. Creating users
  35. --------------
  36. The most direct way to create users is to use the included
  37. :meth:`~django.contrib.auth.models.UserManager.create_user` helper function::
  38. >>> from django.contrib.auth.models import User
  39. >>> user = User.objects.create_user('john', 'lennon@thebeatles.com', 'johnpassword')
  40. # At this point, user is a User object that has already been saved
  41. # to the database. You can continue to change its attributes
  42. # if you want to change other fields.
  43. >>> user.last_name = 'Lennon'
  44. >>> user.save()
  45. If you have the Django admin installed, you can also :ref:`create users
  46. interactively <auth-admin>`.
  47. .. _topics-auth-creating-superusers:
  48. Creating superusers
  49. -------------------
  50. Create superusers using the :djadmin:`createsuperuser` command::
  51. $ python manage.py createsuperuser --username=joe --email=joe@example.com
  52. You will be prompted for a password. After you enter one, the user will be
  53. created immediately. If you leave off the :option:`--username <createsuperuser
  54. --username>` or :option:`--email <createsuperuser --email>` options, it will
  55. prompt you for those values.
  56. Changing passwords
  57. ------------------
  58. Django does not store raw (clear text) passwords on the user model, but only
  59. a hash (see :doc:`documentation of how passwords are managed
  60. </topics/auth/passwords>` for full details). Because of this, do not attempt to
  61. manipulate the password attribute of the user directly. This is why a helper
  62. function is used when creating a user.
  63. To change a user's password, you have several options:
  64. :djadmin:`manage.py changepassword *username* <changepassword>` offers a method
  65. of changing a user's password from the command line. It prompts you to
  66. change the password of a given user which you must enter twice. If
  67. they both match, the new password will be changed immediately. If you
  68. do not supply a user, the command will attempt to change the password
  69. whose username matches the current system user.
  70. You can also change a password programmatically, using
  71. :meth:`~django.contrib.auth.models.User.set_password()`:
  72. .. code-block:: pycon
  73. >>> from django.contrib.auth.models import User
  74. >>> u = User.objects.get(username='john')
  75. >>> u.set_password('new password')
  76. >>> u.save()
  77. If you have the Django admin installed, you can also change user's passwords
  78. on the :ref:`authentication system's admin pages <auth-admin>`.
  79. Django also provides :ref:`views <built-in-auth-views>` and :ref:`forms
  80. <built-in-auth-forms>` that may be used to allow users to change their own
  81. passwords.
  82. Changing a user's password will log out all their sessions. See
  83. :ref:`session-invalidation-on-password-change` for details.
  84. Authenticating users
  85. --------------------
  86. .. function:: authenticate(request=None, **credentials)
  87. Use :func:`~django.contrib.auth.authenticate()` to verify a set of
  88. credentials. It takes credentials as keyword arguments, ``username`` and
  89. ``password`` for the default case, checks them against each
  90. :ref:`authentication backend <authentication-backends>`, and returns a
  91. :class:`~django.contrib.auth.models.User` object if the credentials are
  92. valid for a backend. If the credentials aren't valid for any backend or if
  93. a backend raises :class:`~django.core.exceptions.PermissionDenied`, it
  94. returns ``None``. For example::
  95. from django.contrib.auth import authenticate
  96. user = authenticate(username='john', password='secret')
  97. if user is not None:
  98. # A backend authenticated the credentials
  99. else:
  100. # No backend authenticated the credentials
  101. ``request`` is an optional :class:`~django.http.HttpRequest` which is
  102. passed on the ``authenticate()`` method of the authentication backends.
  103. .. note::
  104. This is a low level way to authenticate a set of credentials; for
  105. example, it's used by the
  106. :class:`~django.contrib.auth.middleware.RemoteUserMiddleware`. Unless
  107. you are writing your own authentication system, you probably won't use
  108. this. Rather if you're looking for a way to login a user, use the
  109. :class:`~django.contrib.auth.views.LoginView`.
  110. .. _topic-authorization:
  111. Permissions and Authorization
  112. =============================
  113. Django comes with a built-in permissions system. It provides a way to assign
  114. permissions to specific users and groups of users.
  115. It's used by the Django admin site, but you're welcome to use it in your own
  116. code.
  117. The Django admin site uses permissions as follows:
  118. * Access to view objects is limited to users with the "view" or "change"
  119. permission for that type of object.
  120. * Access to view the "add" form and add an object is limited to users with
  121. the "add" permission for that type of object.
  122. * Access to view the change list, view the "change" form and change an
  123. object is limited to users with the "change" permission for that type of
  124. object.
  125. * Access to delete an object is limited to users with the "delete"
  126. permission for that type of object.
  127. Permissions can be set not only per type of object, but also per specific
  128. object instance. By using the
  129. :meth:`~django.contrib.admin.ModelAdmin.has_view_permission`,
  130. :meth:`~django.contrib.admin.ModelAdmin.has_add_permission`,
  131. :meth:`~django.contrib.admin.ModelAdmin.has_change_permission` and
  132. :meth:`~django.contrib.admin.ModelAdmin.has_delete_permission` methods provided
  133. by the :class:`~django.contrib.admin.ModelAdmin` class, it is possible to
  134. customize permissions for different object instances of the same type.
  135. :class:`~django.contrib.auth.models.User` objects have two many-to-many
  136. fields: ``groups`` and ``user_permissions``.
  137. :class:`~django.contrib.auth.models.User` objects can access their related
  138. objects in the same way as any other :doc:`Django model
  139. </topics/db/models>`::
  140. myuser.groups.set([group_list])
  141. myuser.groups.add(group, group, ...)
  142. myuser.groups.remove(group, group, ...)
  143. myuser.groups.clear()
  144. myuser.user_permissions.set([permission_list])
  145. myuser.user_permissions.add(permission, permission, ...)
  146. myuser.user_permissions.remove(permission, permission, ...)
  147. myuser.user_permissions.clear()
  148. Default permissions
  149. -------------------
  150. When ``django.contrib.auth`` is listed in your :setting:`INSTALLED_APPS`
  151. setting, it will ensure that four default permissions -- add, change, delete,
  152. and view -- are created for each Django model defined in one of your installed
  153. applications.
  154. These permissions will be created when you run :djadmin:`manage.py migrate
  155. <migrate>`; the first time you run ``migrate`` after adding
  156. ``django.contrib.auth`` to :setting:`INSTALLED_APPS`, the default permissions
  157. will be created for all previously-installed models, as well as for any new
  158. models being installed at that time. Afterward, it will create default
  159. permissions for new models each time you run :djadmin:`manage.py migrate
  160. <migrate>` (the function that creates permissions is connected to the
  161. :data:`~django.db.models.signals.post_migrate` signal).
  162. Assuming you have an application with an
  163. :attr:`~django.db.models.Options.app_label` ``foo`` and a model named ``Bar``,
  164. to test for basic permissions you should use:
  165. * add: ``user.has_perm('foo.add_bar')``
  166. * change: ``user.has_perm('foo.change_bar')``
  167. * delete: ``user.has_perm('foo.delete_bar')``
  168. * view: ``user.has_perm('foo.view_bar')``
  169. The :class:`~django.contrib.auth.models.Permission` model is rarely accessed
  170. directly.
  171. Groups
  172. ------
  173. :class:`django.contrib.auth.models.Group` models are a generic way of
  174. categorizing users so you can apply permissions, or some other label, to those
  175. users. A user can belong to any number of groups.
  176. A user in a group automatically has the permissions granted to that group. For
  177. example, if the group ``Site editors`` has the permission
  178. ``can_edit_home_page``, any user in that group will have that permission.
  179. Beyond permissions, groups are a convenient way to categorize users to give
  180. them some label, or extended functionality. For example, you could create a
  181. group ``'Special users'``, and you could write code that could, say, give them
  182. access to a members-only portion of your site, or send them members-only email
  183. messages.
  184. Programmatically creating permissions
  185. -------------------------------------
  186. While :ref:`custom permissions <custom-permissions>` can be defined within
  187. a model's ``Meta`` class, you can also create permissions directly. For
  188. example, you can create the ``can_publish`` permission for a ``BlogPost`` model
  189. in ``myapp``::
  190. from myapp.models import BlogPost
  191. from django.contrib.auth.models import Permission
  192. from django.contrib.contenttypes.models import ContentType
  193. content_type = ContentType.objects.get_for_model(BlogPost)
  194. permission = Permission.objects.create(
  195. codename='can_publish',
  196. name='Can Publish Posts',
  197. content_type=content_type,
  198. )
  199. The permission can then be assigned to a
  200. :class:`~django.contrib.auth.models.User` via its ``user_permissions``
  201. attribute or to a :class:`~django.contrib.auth.models.Group` via its
  202. ``permissions`` attribute.
  203. .. admonition:: Proxy models need their own content type
  204. If you want to create :ref:`permissions for a proxy model
  205. <proxy-models-permissions-topic>`, pass ``for_concrete_model=False`` to
  206. :meth:`.ContentTypeManager.get_for_model` to get the appropriate
  207. ``ContentType``::
  208. content_type = ContentType.objects.get_for_model(BlogPostProxy, for_concrete_model=False)
  209. Permission caching
  210. ------------------
  211. The :class:`~django.contrib.auth.backends.ModelBackend` caches permissions on
  212. the user object after the first time they need to be fetched for a permissions
  213. check. This is typically fine for the request-response cycle since permissions
  214. aren't typically checked immediately after they are added (in the admin, for
  215. example). If you are adding permissions and checking them immediately
  216. afterward, in a test or view for example, the easiest solution is to re-fetch
  217. the user from the database. For example::
  218. from django.contrib.auth.models import Permission, User
  219. from django.contrib.contenttypes.models import ContentType
  220. from django.shortcuts import get_object_or_404
  221. from myapp.models import BlogPost
  222. def user_gains_perms(request, user_id):
  223. user = get_object_or_404(User, pk=user_id)
  224. # any permission check will cache the current set of permissions
  225. user.has_perm('myapp.change_blogpost')
  226. content_type = ContentType.objects.get_for_model(BlogPost)
  227. permission = Permission.objects.get(
  228. codename='change_blogpost',
  229. content_type=content_type,
  230. )
  231. user.user_permissions.add(permission)
  232. # Checking the cached permission set
  233. user.has_perm('myapp.change_blogpost') # False
  234. # Request new instance of User
  235. # Be aware that user.refresh_from_db() won't clear the cache.
  236. user = get_object_or_404(User, pk=user_id)
  237. # Permission cache is repopulated from the database
  238. user.has_perm('myapp.change_blogpost') # True
  239. ...
  240. .. _proxy-models-permissions-topic:
  241. Proxy models
  242. ------------
  243. Proxy models work exactly the same way as concrete models. Permissions are
  244. created using the own content type of the proxy model. Proxy models don't
  245. inherit the permissions of the concrete model they subclass::
  246. class Person(models.Model):
  247. class Meta:
  248. permissions = [('can_eat_pizzas', 'Can eat pizzas')]
  249. class Student(Person):
  250. class Meta:
  251. proxy = True
  252. permissions = [('can_deliver_pizzas', 'Can deliver pizzas')]
  253. >>> # Fetch the content type for the proxy model.
  254. >>> content_type = ContentType.objects.get_for_model(Student, for_concrete_model=False)
  255. >>> student_permissions = Permission.objects.filter(content_type=content_type)
  256. >>> [p.codename for p in student_permissions]
  257. ['add_student', 'change_student', 'delete_student', 'view_student',
  258. 'can_deliver_pizzas']
  259. >>> for permission in student_permissions:
  260. ... user.user_permissions.add(permission)
  261. >>> user.has_perm('app.add_person')
  262. False
  263. >>> user.has_perm('app.can_eat_pizzas')
  264. False
  265. >>> user.has_perms(('app.add_student', 'app.can_deliver_pizzas'))
  266. True
  267. .. _auth-web-requests:
  268. Authentication in Web requests
  269. ==============================
  270. Django uses :doc:`sessions </topics/http/sessions>` and middleware to hook the
  271. authentication system into :class:`request objects <django.http.HttpRequest>`.
  272. These provide a :attr:`request.user <django.http.HttpRequest.user>` attribute
  273. on every request which represents the current user. If the current user has not
  274. logged in, this attribute will be set to an instance
  275. of :class:`~django.contrib.auth.models.AnonymousUser`, otherwise it will be an
  276. instance of :class:`~django.contrib.auth.models.User`.
  277. You can tell them apart with
  278. :attr:`~django.contrib.auth.models.User.is_authenticated`, like so::
  279. if request.user.is_authenticated:
  280. # Do something for authenticated users.
  281. ...
  282. else:
  283. # Do something for anonymous users.
  284. ...
  285. .. _how-to-log-a-user-in:
  286. How to log a user in
  287. --------------------
  288. If you have an authenticated user you want to attach to the current session
  289. - this is done with a :func:`~django.contrib.auth.login` function.
  290. .. function:: login(request, user, backend=None)
  291. To log a user in, from a view, use :func:`~django.contrib.auth.login()`. It
  292. takes an :class:`~django.http.HttpRequest` object and a
  293. :class:`~django.contrib.auth.models.User` object.
  294. :func:`~django.contrib.auth.login()` saves the user's ID in the session,
  295. using Django's session framework.
  296. Note that any data set during the anonymous session is retained in the
  297. session after a user logs in.
  298. This example shows how you might use both
  299. :func:`~django.contrib.auth.authenticate()` and
  300. :func:`~django.contrib.auth.login()`::
  301. from django.contrib.auth import authenticate, login
  302. def my_view(request):
  303. username = request.POST['username']
  304. password = request.POST['password']
  305. user = authenticate(request, username=username, password=password)
  306. if user is not None:
  307. login(request, user)
  308. # Redirect to a success page.
  309. ...
  310. else:
  311. # Return an 'invalid login' error message.
  312. ...
  313. Selecting the authentication backend
  314. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  315. When a user logs in, the user's ID and the backend that was used for
  316. authentication are saved in the user's session. This allows the same
  317. :ref:`authentication backend <authentication-backends>` to fetch the user's
  318. details on a future request. The authentication backend to save in the session
  319. is selected as follows:
  320. #. Use the value of the optional ``backend`` argument, if provided.
  321. #. Use the value of the ``user.backend`` attribute, if present. This allows
  322. pairing :func:`~django.contrib.auth.authenticate()` and
  323. :func:`~django.contrib.auth.login()`:
  324. :func:`~django.contrib.auth.authenticate()`
  325. sets the ``user.backend`` attribute on the user object it returns.
  326. #. Use the ``backend`` in :setting:`AUTHENTICATION_BACKENDS`, if there is only
  327. one.
  328. #. Otherwise, raise an exception.
  329. In cases 1 and 2, the value of the ``backend`` argument or the ``user.backend``
  330. attribute should be a dotted import path string (like that found in
  331. :setting:`AUTHENTICATION_BACKENDS`), not the actual backend class.
  332. How to log a user out
  333. ---------------------
  334. .. function:: logout(request)
  335. To log out a user who has been logged in via
  336. :func:`django.contrib.auth.login()`, use
  337. :func:`django.contrib.auth.logout()` within your view. It takes an
  338. :class:`~django.http.HttpRequest` object and has no return value.
  339. Example::
  340. from django.contrib.auth import logout
  341. def logout_view(request):
  342. logout(request)
  343. # Redirect to a success page.
  344. Note that :func:`~django.contrib.auth.logout()` doesn't throw any errors if
  345. the user wasn't logged in.
  346. When you call :func:`~django.contrib.auth.logout()`, the session data for
  347. the current request is completely cleaned out. All existing data is
  348. removed. This is to prevent another person from using the same Web browser
  349. to log in and have access to the previous user's session data. If you want
  350. to put anything into the session that will be available to the user
  351. immediately after logging out, do that *after* calling
  352. :func:`django.contrib.auth.logout()`.
  353. Limiting access to logged-in users
  354. ----------------------------------
  355. The raw way
  356. ~~~~~~~~~~~
  357. The raw way to limit access to pages is to check
  358. :attr:`request.user.is_authenticated
  359. <django.contrib.auth.models.User.is_authenticated>` and either redirect to a
  360. login page::
  361. from django.conf import settings
  362. from django.shortcuts import redirect
  363. def my_view(request):
  364. if not request.user.is_authenticated:
  365. return redirect('%s?next=%s' % (settings.LOGIN_URL, request.path))
  366. # ...
  367. ...or display an error message::
  368. from django.shortcuts import render
  369. def my_view(request):
  370. if not request.user.is_authenticated:
  371. return render(request, 'myapp/login_error.html')
  372. # ...
  373. .. currentmodule:: django.contrib.auth.decorators
  374. The ``login_required`` decorator
  375. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376. .. function:: login_required(redirect_field_name='next', login_url=None)
  377. As a shortcut, you can use the convenient
  378. :func:`~django.contrib.auth.decorators.login_required` decorator::
  379. from django.contrib.auth.decorators import login_required
  380. @login_required
  381. def my_view(request):
  382. ...
  383. :func:`~django.contrib.auth.decorators.login_required` does the following:
  384. * If the user isn't logged in, redirect to
  385. :setting:`settings.LOGIN_URL <LOGIN_URL>`, passing the current absolute
  386. path in the query string. Example: ``/accounts/login/?next=/polls/3/``.
  387. * If the user is logged in, execute the view normally. The view code is
  388. free to assume the user is logged in.
  389. By default, the path that the user should be redirected to upon
  390. successful authentication is stored in a query string parameter called
  391. ``"next"``. If you would prefer to use a different name for this parameter,
  392. :func:`~django.contrib.auth.decorators.login_required` takes an
  393. optional ``redirect_field_name`` parameter::
  394. from django.contrib.auth.decorators import login_required
  395. @login_required(redirect_field_name='my_redirect_field')
  396. def my_view(request):
  397. ...
  398. Note that if you provide a value to ``redirect_field_name``, you will most
  399. likely need to customize your login template as well, since the template
  400. context variable which stores the redirect path will use the value of
  401. ``redirect_field_name`` as its key rather than ``"next"`` (the default).
  402. :func:`~django.contrib.auth.decorators.login_required` also takes an
  403. optional ``login_url`` parameter. Example::
  404. from django.contrib.auth.decorators import login_required
  405. @login_required(login_url='/accounts/login/')
  406. def my_view(request):
  407. ...
  408. Note that if you don't specify the ``login_url`` parameter, you'll need to
  409. ensure that the :setting:`settings.LOGIN_URL <LOGIN_URL>` and your login
  410. view are properly associated. For example, using the defaults, add the
  411. following lines to your URLconf::
  412. from django.contrib.auth import views as auth_views
  413. path('accounts/login/', auth_views.LoginView.as_view()),
  414. The :setting:`settings.LOGIN_URL <LOGIN_URL>` also accepts view function
  415. names and :ref:`named URL patterns <naming-url-patterns>`. This allows you
  416. to freely remap your login view within your URLconf without having to
  417. update the setting.
  418. .. note::
  419. The ``login_required`` decorator does NOT check the ``is_active`` flag on a
  420. user, but the default :setting:`AUTHENTICATION_BACKENDS` reject inactive
  421. users.
  422. .. seealso::
  423. If you are writing custom views for Django's admin (or need the same
  424. authorization check that the built-in views use), you may find the
  425. :func:`django.contrib.admin.views.decorators.staff_member_required`
  426. decorator a useful alternative to ``login_required()``.
  427. .. currentmodule:: django.contrib.auth.mixins
  428. The ``LoginRequired`` mixin
  429. ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  430. When using :doc:`class-based views </topics/class-based-views/index>`, you can
  431. achieve the same behavior as with ``login_required`` by using the
  432. ``LoginRequiredMixin``. This mixin should be at the leftmost position in the
  433. inheritance list.
  434. .. class:: LoginRequiredMixin
  435. If a view is using this mixin, all requests by non-authenticated users will
  436. be redirected to the login page or shown an HTTP 403 Forbidden error,
  437. depending on the
  438. :attr:`~django.contrib.auth.mixins.AccessMixin.raise_exception` parameter.
  439. You can set any of the parameters of
  440. :class:`~django.contrib.auth.mixins.AccessMixin` to customize the handling
  441. of unauthorized users::
  442. from django.contrib.auth.mixins import LoginRequiredMixin
  443. class MyView(LoginRequiredMixin, View):
  444. login_url = '/login/'
  445. redirect_field_name = 'redirect_to'
  446. .. note::
  447. Just as the ``login_required`` decorator, this mixin does NOT check the
  448. ``is_active`` flag on a user, but the default
  449. :setting:`AUTHENTICATION_BACKENDS` reject inactive users.
  450. .. currentmodule:: django.contrib.auth.decorators
  451. Limiting access to logged-in users that pass a test
  452. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  453. To limit access based on certain permissions or some other test, you'd do
  454. essentially the same thing as described in the previous section.
  455. You can run your test on :attr:`request.user <django.http.HttpRequest.user>` in
  456. the view directly. For example, this view checks to make sure the user has an
  457. email in the desired domain and if not, redirects to the login page::
  458. from django.shortcuts import redirect
  459. def my_view(request):
  460. if not request.user.email.endswith('@example.com'):
  461. return redirect('/login/?next=%s' % request.path)
  462. # ...
  463. .. function:: user_passes_test(test_func, login_url=None, redirect_field_name='next')
  464. As a shortcut, you can use the convenient ``user_passes_test`` decorator
  465. which performs a redirect when the callable returns ``False``::
  466. from django.contrib.auth.decorators import user_passes_test
  467. def email_check(user):
  468. return user.email.endswith('@example.com')
  469. @user_passes_test(email_check)
  470. def my_view(request):
  471. ...
  472. :func:`~django.contrib.auth.decorators.user_passes_test` takes a required
  473. argument: a callable that takes a
  474. :class:`~django.contrib.auth.models.User` object and returns ``True`` if
  475. the user is allowed to view the page. Note that
  476. :func:`~django.contrib.auth.decorators.user_passes_test` does not
  477. automatically check that the :class:`~django.contrib.auth.models.User` is
  478. not anonymous.
  479. :func:`~django.contrib.auth.decorators.user_passes_test` takes two
  480. optional arguments:
  481. ``login_url``
  482. Lets you specify the URL that users who don't pass the test will be
  483. redirected to. It may be a login page and defaults to
  484. :setting:`settings.LOGIN_URL <LOGIN_URL>` if you don't specify one.
  485. ``redirect_field_name``
  486. Same as for :func:`~django.contrib.auth.decorators.login_required`.
  487. Setting it to ``None`` removes it from the URL, which you may want to do
  488. if you are redirecting users that don't pass the test to a non-login
  489. page where there's no "next page".
  490. For example::
  491. @user_passes_test(email_check, login_url='/login/')
  492. def my_view(request):
  493. ...
  494. .. currentmodule:: django.contrib.auth.mixins
  495. .. class:: UserPassesTestMixin
  496. When using :doc:`class-based views </topics/class-based-views/index>`, you
  497. can use the ``UserPassesTestMixin`` to do this.
  498. .. method:: test_func()
  499. You have to override the ``test_func()`` method of the class to
  500. provide the test that is performed. Furthermore, you can set any of the
  501. parameters of :class:`~django.contrib.auth.mixins.AccessMixin` to
  502. customize the handling of unauthorized users::
  503. from django.contrib.auth.mixins import UserPassesTestMixin
  504. class MyView(UserPassesTestMixin, View):
  505. def test_func(self):
  506. return self.request.user.email.endswith('@example.com')
  507. .. method:: get_test_func()
  508. You can also override the ``get_test_func()`` method to have the mixin
  509. use a differently named function for its checks (instead of
  510. :meth:`test_func`).
  511. .. admonition:: Stacking ``UserPassesTestMixin``
  512. Due to the way ``UserPassesTestMixin`` is implemented, you cannot stack
  513. them in your inheritance list. The following does NOT work::
  514. class TestMixin1(UserPassesTestMixin):
  515. def test_func(self):
  516. return self.request.user.email.endswith('@example.com')
  517. class TestMixin2(UserPassesTestMixin):
  518. def test_func(self):
  519. return self.request.user.username.startswith('django')
  520. class MyView(TestMixin1, TestMixin2, View):
  521. ...
  522. If ``TestMixin1`` would call ``super()`` and take that result into
  523. account, ``TestMixin1`` wouldn't work standalone anymore.
  524. .. currentmodule:: django.contrib.auth.decorators
  525. The ``permission_required`` decorator
  526. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  527. .. function:: permission_required(perm, login_url=None, raise_exception=False)
  528. It's a relatively common task to check whether a user has a particular
  529. permission. For that reason, Django provides a shortcut for that case: the
  530. :func:`~django.contrib.auth.decorators.permission_required()` decorator.::
  531. from django.contrib.auth.decorators import permission_required
  532. @permission_required('polls.add_choice')
  533. def my_view(request):
  534. ...
  535. Just like the :meth:`~django.contrib.auth.models.User.has_perm` method,
  536. permission names take the form ``"<app label>.<permission codename>"``
  537. (i.e. ``polls.add_choice`` for a permission on a model in the ``polls``
  538. application).
  539. The decorator may also take an iterable of permissions, in which case the
  540. user must have all of the permissions in order to access the view.
  541. Note that :func:`~django.contrib.auth.decorators.permission_required()`
  542. also takes an optional ``login_url`` parameter::
  543. from django.contrib.auth.decorators import permission_required
  544. @permission_required('polls.add_choice', login_url='/loginpage/')
  545. def my_view(request):
  546. ...
  547. As in the :func:`~django.contrib.auth.decorators.login_required` decorator,
  548. ``login_url`` defaults to :setting:`settings.LOGIN_URL <LOGIN_URL>`.
  549. If the ``raise_exception`` parameter is given, the decorator will raise
  550. :exc:`~django.core.exceptions.PermissionDenied`, prompting :ref:`the 403
  551. (HTTP Forbidden) view<http_forbidden_view>` instead of redirecting to the
  552. login page.
  553. If you want to use ``raise_exception`` but also give your users a chance to
  554. login first, you can add the
  555. :func:`~django.contrib.auth.decorators.login_required` decorator::
  556. from django.contrib.auth.decorators import login_required, permission_required
  557. @login_required
  558. @permission_required('polls.add_choice', raise_exception=True)
  559. def my_view(request):
  560. ...
  561. This also avoids a redirect loop when :class:`.LoginView`'s
  562. ``redirect_authenticated_user=True`` and the logged-in user doesn't have
  563. all of the required permissions.
  564. .. currentmodule:: django.contrib.auth.mixins
  565. The ``PermissionRequiredMixin`` mixin
  566. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  567. To apply permission checks to :doc:`class-based views
  568. </ref/class-based-views/index>`, you can use the ``PermissionRequiredMixin``:
  569. .. class:: PermissionRequiredMixin
  570. This mixin, just like the ``permission_required``
  571. decorator, checks whether the user accessing a view has all given
  572. permissions. You should specify the permission (or an iterable of
  573. permissions) using the ``permission_required`` parameter::
  574. from django.contrib.auth.mixins import PermissionRequiredMixin
  575. class MyView(PermissionRequiredMixin, View):
  576. permission_required = 'polls.add_choice'
  577. # Or multiple of permissions:
  578. permission_required = ('polls.view_choice', 'polls.change_choice')
  579. You can set any of the parameters of
  580. :class:`~django.contrib.auth.mixins.AccessMixin` to customize the handling
  581. of unauthorized users.
  582. You may also override these methods:
  583. .. method:: get_permission_required()
  584. Returns an iterable of permission names used by the mixin. Defaults to
  585. the ``permission_required`` attribute, converted to a tuple if
  586. necessary.
  587. .. method:: has_permission()
  588. Returns a boolean denoting whether the current user has permission to
  589. execute the decorated view. By default, this returns the result of
  590. calling :meth:`~django.contrib.auth.models.User.has_perms()` with the
  591. list of permissions returned by :meth:`get_permission_required()`.
  592. Redirecting unauthorized requests in class-based views
  593. ------------------------------------------------------
  594. To ease the handling of access restrictions in :doc:`class-based views
  595. </ref/class-based-views/index>`, the ``AccessMixin`` can be used to configure
  596. the behavior of a view when access is denied. Authenticated users are denied
  597. access with an HTTP 403 Forbidden response. Anonymous users are redirected to
  598. the login page or shown an HTTP 403 Forbidden response, depending on the
  599. :attr:`~django.contrib.auth.mixins.AccessMixin.raise_exception` attribute.
  600. .. class:: AccessMixin
  601. .. attribute:: login_url
  602. Default return value for :meth:`get_login_url`. Defaults to ``None``
  603. in which case :meth:`get_login_url` falls back to
  604. :setting:`settings.LOGIN_URL <LOGIN_URL>`.
  605. .. attribute:: permission_denied_message
  606. Default return value for :meth:`get_permission_denied_message`.
  607. Defaults to an empty string.
  608. .. attribute:: redirect_field_name
  609. Default return value for :meth:`get_redirect_field_name`. Defaults to
  610. ``"next"``.
  611. .. attribute:: raise_exception
  612. If this attribute is set to ``True``, a
  613. :class:`~django.core.exceptions.PermissionDenied` exception is raised
  614. when the conditions are not met. When ``False`` (the default),
  615. anonymous users are redirected to the login page.
  616. .. method:: get_login_url()
  617. Returns the URL that users who don't pass the test will be redirected
  618. to. Returns :attr:`login_url` if set, or :setting:`settings.LOGIN_URL
  619. <LOGIN_URL>` otherwise.
  620. .. method:: get_permission_denied_message()
  621. When :attr:`raise_exception` is ``True``, this method can be used to
  622. control the error message passed to the error handler for display to
  623. the user. Returns the :attr:`permission_denied_message` attribute by
  624. default.
  625. .. method:: get_redirect_field_name()
  626. Returns the name of the query parameter that will contain the URL the
  627. user should be redirected to after a successful login. If you set this
  628. to ``None``, a query parameter won't be added. Returns the
  629. :attr:`redirect_field_name` attribute by default.
  630. .. method:: handle_no_permission()
  631. Depending on the value of ``raise_exception``, the method either raises
  632. a :exc:`~django.core.exceptions.PermissionDenied` exception or
  633. redirects the user to the ``login_url``, optionally including the
  634. ``redirect_field_name`` if it is set.
  635. .. currentmodule:: django.contrib.auth
  636. .. _session-invalidation-on-password-change:
  637. Session invalidation on password change
  638. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  639. If your :setting:`AUTH_USER_MODEL` inherits from
  640. :class:`~django.contrib.auth.models.AbstractBaseUser` or implements its own
  641. :meth:`~django.contrib.auth.models.AbstractBaseUser.get_session_auth_hash()`
  642. method, authenticated sessions will include the hash returned by this function.
  643. In the :class:`~django.contrib.auth.models.AbstractBaseUser` case, this is an
  644. HMAC of the password field. Django verifies that the hash in the session for
  645. each request matches the one that's computed during the request. This allows a
  646. user to log out all of their sessions by changing their password.
  647. The default password change views included with Django,
  648. :class:`~django.contrib.auth.views.PasswordChangeView` and the
  649. ``user_change_password`` view in the :mod:`django.contrib.auth` admin, update
  650. the session with the new password hash so that a user changing their own
  651. password won't log themselves out. If you have a custom password change view
  652. and wish to have similar behavior, use the :func:`update_session_auth_hash`
  653. function.
  654. .. function:: update_session_auth_hash(request, user)
  655. This function takes the current request and the updated user object from
  656. which the new session hash will be derived and updates the session hash
  657. appropriately. It also rotates the session key so that a stolen session
  658. cookie will be invalidated.
  659. Example usage::
  660. from django.contrib.auth import update_session_auth_hash
  661. def password_change(request):
  662. if request.method == 'POST':
  663. form = PasswordChangeForm(user=request.user, data=request.POST)
  664. if form.is_valid():
  665. form.save()
  666. update_session_auth_hash(request, form.user)
  667. else:
  668. ...
  669. .. note::
  670. Since
  671. :meth:`~django.contrib.auth.models.AbstractBaseUser.get_session_auth_hash()`
  672. is based on :setting:`SECRET_KEY`, updating your site to use a new secret
  673. will invalidate all existing sessions.
  674. .. _built-in-auth-views:
  675. Authentication Views
  676. --------------------
  677. .. module:: django.contrib.auth.views
  678. Django provides several views that you can use for handling login, logout, and
  679. password management. These make use of the :ref:`stock auth forms
  680. <built-in-auth-forms>` but you can pass in your own forms as well.
  681. Django provides no default template for the authentication views. You should
  682. create your own templates for the views you want to use. The template context
  683. is documented in each view, see :ref:`all-authentication-views`.
  684. .. _using-the-views:
  685. Using the views
  686. ~~~~~~~~~~~~~~~
  687. There are different methods to implement these views in your project. The
  688. easiest way is to include the provided URLconf in ``django.contrib.auth.urls``
  689. in your own URLconf, for example::
  690. urlpatterns = [
  691. path('accounts/', include('django.contrib.auth.urls')),
  692. ]
  693. This will include the following URL patterns::
  694. accounts/login/ [name='login']
  695. accounts/logout/ [name='logout']
  696. accounts/password_change/ [name='password_change']
  697. accounts/password_change/done/ [name='password_change_done']
  698. accounts/password_reset/ [name='password_reset']
  699. accounts/password_reset/done/ [name='password_reset_done']
  700. accounts/reset/<uidb64>/<token>/ [name='password_reset_confirm']
  701. accounts/reset/done/ [name='password_reset_complete']
  702. The views provide a URL name for easier reference. See :doc:`the URL
  703. documentation </topics/http/urls>` for details on using named URL patterns.
  704. If you want more control over your URLs, you can reference a specific view in
  705. your URLconf::
  706. from django.contrib.auth import views as auth_views
  707. urlpatterns = [
  708. path('change-password/', auth_views.PasswordChangeView.as_view()),
  709. ]
  710. The views have optional arguments you can use to alter the behavior of the
  711. view. For example, if you want to change the template name a view uses, you can
  712. provide the ``template_name`` argument. A way to do this is to provide keyword
  713. arguments in the URLconf, these will be passed on to the view. For example::
  714. urlpatterns = [
  715. path(
  716. 'change-password/',
  717. auth_views.PasswordChangeView.as_view(template_name='change-password.html'),
  718. ),
  719. ]
  720. All views are :doc:`class-based </topics/class-based-views/index>`, which allows
  721. you to easily customize them by subclassing.
  722. .. _all-authentication-views:
  723. All authentication views
  724. ~~~~~~~~~~~~~~~~~~~~~~~~
  725. This is a list with all the views ``django.contrib.auth`` provides. For
  726. implementation details see :ref:`using-the-views`.
  727. .. class:: LoginView
  728. **URL name:** ``login``
  729. See :doc:`the URL documentation </topics/http/urls>` for details on using
  730. named URL patterns.
  731. **Attributes:**
  732. .. attribute:: template_name
  733. The name of a template to display for the view used to log the user in.
  734. Defaults to :file:`registration/login.html`.
  735. .. attribute:: redirect_field_name
  736. The name of a ``GET`` field containing the URL to redirect to after
  737. login. Defaults to ``next``.
  738. .. attribute:: authentication_form
  739. A callable (typically a form class) to use for authentication. Defaults
  740. to :class:`~django.contrib.auth.forms.AuthenticationForm`.
  741. .. attribute:: extra_context
  742. A dictionary of context data that will be added to the default context
  743. data passed to the template.
  744. .. attribute:: redirect_authenticated_user
  745. A boolean that controls whether or not authenticated users accessing
  746. the login page will be redirected as if they had just successfully
  747. logged in. Defaults to ``False``.
  748. .. warning::
  749. If you enable ``redirect_authenticated_user``, other websites will
  750. be able to determine if their visitors are authenticated on your
  751. site by requesting redirect URLs to image files on your website. To
  752. avoid this "`social media fingerprinting
  753. <https://robinlinus.github.io/socialmedia-leak/>`_" information
  754. leakage, host all images and your favicon on a separate domain.
  755. Enabling ``redirect_authenticated_user`` can also result in a
  756. redirect loop when using the :func:`.permission_required` decorator
  757. unless the ``raise_exception`` parameter is used.
  758. .. attribute:: success_url_allowed_hosts
  759. A :class:`set` of hosts, in addition to :meth:`request.get_host()
  760. <django.http.HttpRequest.get_host>`, that are safe for redirecting
  761. after login. Defaults to an empty :class:`set`.
  762. Here's what ``LoginView`` does:
  763. * If called via ``GET``, it displays a login form that POSTs to the
  764. same URL. More on this in a bit.
  765. * If called via ``POST`` with user submitted credentials, it tries to log
  766. the user in. If login is successful, the view redirects to the URL
  767. specified in ``next``. If ``next`` isn't provided, it redirects to
  768. :setting:`settings.LOGIN_REDIRECT_URL <LOGIN_REDIRECT_URL>` (which
  769. defaults to ``/accounts/profile/``). If login isn't successful, it
  770. redisplays the login form.
  771. It's your responsibility to provide the html for the login template
  772. , called ``registration/login.html`` by default. This template gets passed
  773. four template context variables:
  774. * ``form``: A :class:`~django.forms.Form` object representing the
  775. :class:`~django.contrib.auth.forms.AuthenticationForm`.
  776. * ``next``: The URL to redirect to after successful login. This may
  777. contain a query string, too.
  778. * ``site``: The current :class:`~django.contrib.sites.models.Site`,
  779. according to the :setting:`SITE_ID` setting. If you don't have the
  780. site framework installed, this will be set to an instance of
  781. :class:`~django.contrib.sites.requests.RequestSite`, which derives the
  782. site name and domain from the current
  783. :class:`~django.http.HttpRequest`.
  784. * ``site_name``: An alias for ``site.name``. If you don't have the site
  785. framework installed, this will be set to the value of
  786. :attr:`request.META['SERVER_NAME'] <django.http.HttpRequest.META>`.
  787. For more on sites, see :doc:`/ref/contrib/sites`.
  788. If you'd prefer not to call the template :file:`registration/login.html`,
  789. you can pass the ``template_name`` parameter via the extra arguments to
  790. the ``as_view`` method in your URLconf. For example, this URLconf line would
  791. use :file:`myapp/login.html` instead::
  792. path('accounts/login/', auth_views.LoginView.as_view(template_name='myapp/login.html')),
  793. You can also specify the name of the ``GET`` field which contains the URL
  794. to redirect to after login using ``redirect_field_name``. By default, the
  795. field is called ``next``.
  796. Here's a sample :file:`registration/login.html` template you can use as a
  797. starting point. It assumes you have a :file:`base.html` template that
  798. defines a ``content`` block:
  799. .. code-block:: html+django
  800. {% extends "base.html" %}
  801. {% block content %}
  802. {% if form.errors %}
  803. <p>Your username and password didn't match. Please try again.</p>
  804. {% endif %}
  805. {% if next %}
  806. {% if user.is_authenticated %}
  807. <p>Your account doesn't have access to this page. To proceed,
  808. please login with an account that has access.</p>
  809. {% else %}
  810. <p>Please login to see this page.</p>
  811. {% endif %}
  812. {% endif %}
  813. <form method="post" action="{% url 'login' %}">
  814. {% csrf_token %}
  815. <table>
  816. <tr>
  817. <td>{{ form.username.label_tag }}</td>
  818. <td>{{ form.username }}</td>
  819. </tr>
  820. <tr>
  821. <td>{{ form.password.label_tag }}</td>
  822. <td>{{ form.password }}</td>
  823. </tr>
  824. </table>
  825. <input type="submit" value="login">
  826. <input type="hidden" name="next" value="{{ next }}">
  827. </form>
  828. {# Assumes you setup the password_reset view in your URLconf #}
  829. <p><a href="{% url 'password_reset' %}">Lost password?</a></p>
  830. {% endblock %}
  831. If you have customized authentication (see :doc:`Customizing Authentication
  832. </topics/auth/customizing>`) you can use a custom authentication form by
  833. setting the ``authentication_form`` attribute. This form must accept a
  834. ``request`` keyword argument in its ``__init__()`` method and provide a
  835. ``get_user()`` method which returns the authenticated user object (this
  836. method is only ever called after successful form validation).
  837. .. class:: LogoutView
  838. Logs a user out.
  839. **URL name:** ``logout``
  840. **Attributes:**
  841. .. attribute:: next_page
  842. The URL to redirect to after logout. Defaults to
  843. :setting:`LOGOUT_REDIRECT_URL`.
  844. .. attribute:: template_name
  845. The full name of a template to display after logging the user out.
  846. Defaults to :file:`registration/logged_out.html`.
  847. .. attribute:: redirect_field_name
  848. The name of a ``GET`` field containing the URL to redirect to after log
  849. out. Defaults to ``'next'``. Overrides the
  850. :attr:`next_page` URL if the given ``GET`` parameter is
  851. passed.
  852. .. attribute:: extra_context
  853. A dictionary of context data that will be added to the default context
  854. data passed to the template.
  855. .. attribute:: success_url_allowed_hosts
  856. A :class:`set` of hosts, in addition to :meth:`request.get_host()
  857. <django.http.HttpRequest.get_host>`, that are safe for redirecting
  858. after logout. Defaults to an empty :class:`set`.
  859. **Template context:**
  860. * ``title``: The string "Logged out", localized.
  861. * ``site``: The current :class:`~django.contrib.sites.models.Site`,
  862. according to the :setting:`SITE_ID` setting. If you don't have the
  863. site framework installed, this will be set to an instance of
  864. :class:`~django.contrib.sites.requests.RequestSite`, which derives the
  865. site name and domain from the current
  866. :class:`~django.http.HttpRequest`.
  867. * ``site_name``: An alias for ``site.name``. If you don't have the site
  868. framework installed, this will be set to the value of
  869. :attr:`request.META['SERVER_NAME'] <django.http.HttpRequest.META>`.
  870. For more on sites, see :doc:`/ref/contrib/sites`.
  871. .. function:: logout_then_login(request, login_url=None)
  872. Logs a user out, then redirects to the login page.
  873. **URL name:** No default URL provided
  874. **Optional arguments:**
  875. * ``login_url``: The URL of the login page to redirect to.
  876. Defaults to :setting:`settings.LOGIN_URL <LOGIN_URL>` if not supplied.
  877. .. class:: PasswordChangeView
  878. **URL name:** ``password_change``
  879. Allows a user to change their password.
  880. **Attributes:**
  881. .. attribute: template_name
  882. The full name of a template to use for displaying the password change
  883. form. Defaults to :file:`registration/password_change_form.html` if not
  884. supplied.
  885. .. attribute:: success_url
  886. The URL to redirect to after a successful password change. Defaults to
  887. ``'password_change_done'``.
  888. .. attribute:: form_class
  889. A custom "change password" form which must accept a ``user`` keyword
  890. argument. The form is responsible for actually changing the user's
  891. password. Defaults to
  892. :class:`~django.contrib.auth.forms.PasswordChangeForm`.
  893. .. attribute:: extra_context
  894. A dictionary of context data that will be added to the default context
  895. data passed to the template.
  896. **Template context:**
  897. * ``form``: The password change form (see ``form_class`` above).
  898. .. class:: PasswordChangeDoneView
  899. **URL name:** ``password_change_done``
  900. The page shown after a user has changed their password.
  901. **Attributes:**
  902. .. attribute:: template_name
  903. The full name of a template to use. Defaults to
  904. :file:`registration/password_change_done.html` if not supplied.
  905. .. attribute:: extra_context
  906. A dictionary of context data that will be added to the default context
  907. data passed to the template.
  908. .. class:: PasswordResetView
  909. **URL name:** ``password_reset``
  910. Allows a user to reset their password by generating a one-time use link
  911. that can be used to reset the password, and sending that link to the
  912. user's registered email address.
  913. If the email address provided does not exist in the system, this view
  914. won't send an email, but the user won't receive any error message either.
  915. This prevents information leaking to potential attackers. If you want to
  916. provide an error message in this case, you can subclass
  917. :class:`~django.contrib.auth.forms.PasswordResetForm` and use the
  918. ``form_class`` attribute.
  919. .. note::
  920. Be aware that sending an email costs extra time, hence you may be
  921. vulnerable to an email address enumeration timing attack due to a
  922. difference between the duration of a reset request for an existing
  923. email address and the duration of a reset request for a nonexistent
  924. email address. To reduce the overhead, you can use a 3rd party package
  925. that allows to send emails asynchronously, e.g. `django-mailer
  926. <https://pypi.org/project/django-mailer/>`_.
  927. Users flagged with an unusable password (see
  928. :meth:`~django.contrib.auth.models.User.set_unusable_password()` aren't
  929. allowed to request a password reset to prevent misuse when using an
  930. external authentication source like LDAP. Note that they won't receive any
  931. error message since this would expose their account's existence but no
  932. mail will be sent either.
  933. **Attributes:**
  934. .. attribute:: template_name
  935. The full name of a template to use for displaying the password reset
  936. form. Defaults to :file:`registration/password_reset_form.html` if not
  937. supplied.
  938. .. attribute:: form_class
  939. Form that will be used to get the email of the user to reset the
  940. password for. Defaults to
  941. :class:`~django.contrib.auth.forms.PasswordResetForm`.
  942. .. attribute:: email_template_name
  943. The full name of a template to use for generating the email with the
  944. reset password link. Defaults to
  945. :file:`registration/password_reset_email.html` if not supplied.
  946. .. attribute:: subject_template_name
  947. The full name of a template to use for the subject of the email with
  948. the reset password link. Defaults to
  949. :file:`registration/password_reset_subject.txt` if not supplied.
  950. .. attribute:: token_generator
  951. Instance of the class to check the one time link. This will default to
  952. ``default_token_generator``, it's an instance of
  953. ``django.contrib.auth.tokens.PasswordResetTokenGenerator``.
  954. .. attribute:: success_url
  955. The URL to redirect to after a successful password reset request.
  956. Defaults to ``'password_reset_done'``.
  957. .. attribute:: from_email
  958. A valid email address. By default Django uses the
  959. :setting:`DEFAULT_FROM_EMAIL`.
  960. .. attribute:: extra_context
  961. A dictionary of context data that will be added to the default context
  962. data passed to the template.
  963. .. attribute:: html_email_template_name
  964. The full name of a template to use for generating a
  965. :mimetype:`text/html` multipart email with the password reset link. By
  966. default, HTML email is not sent.
  967. .. attribute:: extra_email_context
  968. A dictionary of context data that will be available in the email
  969. template. It can be used to override default template context values
  970. listed below e.g. ``domain``.
  971. **Template context:**
  972. * ``form``: The form (see ``form_class`` above) for resetting the user's
  973. password.
  974. **Email template context:**
  975. * ``email``: An alias for ``user.email``
  976. * ``user``: The current :class:`~django.contrib.auth.models.User`,
  977. according to the ``email`` form field. Only active users are able to
  978. reset their passwords (``User.is_active is True``).
  979. * ``site_name``: An alias for ``site.name``. If you don't have the site
  980. framework installed, this will be set to the value of
  981. :attr:`request.META['SERVER_NAME'] <django.http.HttpRequest.META>`.
  982. For more on sites, see :doc:`/ref/contrib/sites`.
  983. * ``domain``: An alias for ``site.domain``. If you don't have the site
  984. framework installed, this will be set to the value of
  985. ``request.get_host()``.
  986. * ``protocol``: http or https
  987. * ``uid``: The user's primary key encoded in base 64.
  988. * ``token``: Token to check that the reset link is valid.
  989. Sample ``registration/password_reset_email.html`` (email body template):
  990. .. code-block:: html+django
  991. Someone asked for password reset for email {{ email }}. Follow the link below:
  992. {{ protocol}}://{{ domain }}{% url 'password_reset_confirm' uidb64=uid token=token %}
  993. The same template context is used for subject template. Subject must be
  994. single line plain text string.
  995. .. class:: PasswordResetDoneView
  996. **URL name:** ``password_reset_done``
  997. The page shown after a user has been emailed a link to reset their
  998. password. This view is called by default if the :class:`PasswordResetView`
  999. doesn't have an explicit ``success_url`` URL set.
  1000. .. note::
  1001. If the email address provided does not exist in the system, the user is
  1002. inactive, or has an unusable password, the user will still be
  1003. redirected to this view but no email will be sent.
  1004. **Attributes:**
  1005. .. attribute:: template_name
  1006. The full name of a template to use. Defaults to
  1007. :file:`registration/password_reset_done.html` if not supplied.
  1008. .. attribute:: extra_context
  1009. A dictionary of context data that will be added to the default context
  1010. data passed to the template.
  1011. .. class:: PasswordResetConfirmView
  1012. **URL name:** ``password_reset_confirm``
  1013. Presents a form for entering a new password.
  1014. **Keyword arguments from the URL:**
  1015. * ``uidb64``: The user's id encoded in base 64.
  1016. * ``token``: Token to check that the password is valid.
  1017. **Attributes:**
  1018. .. attribute:: template_name
  1019. The full name of a template to display the confirm password view.
  1020. Default value is :file:`registration/password_reset_confirm.html`.
  1021. .. attribute:: token_generator
  1022. Instance of the class to check the password. This will default to
  1023. ``default_token_generator``, it's an instance of
  1024. ``django.contrib.auth.tokens.PasswordResetTokenGenerator``.
  1025. .. attribute:: post_reset_login
  1026. A boolean indicating if the user should be automatically authenticated
  1027. after a successful password reset. Defaults to ``False``.
  1028. .. attribute:: post_reset_login_backend
  1029. A dotted path to the authentication backend to use when authenticating
  1030. a user if ``post_reset_login`` is ``True``. Required only if you have
  1031. multiple :setting:`AUTHENTICATION_BACKENDS` configured. Defaults to
  1032. ``None``.
  1033. .. attribute:: form_class
  1034. Form that will be used to set the password. Defaults to
  1035. :class:`~django.contrib.auth.forms.SetPasswordForm`.
  1036. .. attribute:: success_url
  1037. URL to redirect after the password reset done. Defaults to
  1038. ``'password_reset_complete'``.
  1039. .. attribute:: extra_context
  1040. A dictionary of context data that will be added to the default context
  1041. data passed to the template.
  1042. .. attribute:: reset_url_token
  1043. Token parameter displayed as a component of password reset URLs.
  1044. Defaults to ``'set-password'``.
  1045. **Template context:**
  1046. * ``form``: The form (see ``form_class`` above) for setting the new user's
  1047. password.
  1048. * ``validlink``: Boolean, True if the link (combination of ``uidb64`` and
  1049. ``token``) is valid or unused yet.
  1050. .. class:: PasswordResetCompleteView
  1051. **URL name:** ``password_reset_complete``
  1052. Presents a view which informs the user that the password has been
  1053. successfully changed.
  1054. **Attributes:**
  1055. .. attribute:: template_name
  1056. The full name of a template to display the view. Defaults to
  1057. :file:`registration/password_reset_complete.html`.
  1058. .. attribute:: extra_context
  1059. A dictionary of context data that will be added to the default context
  1060. data passed to the template.
  1061. Helper functions
  1062. ----------------
  1063. .. currentmodule:: django.contrib.auth.views
  1064. .. function:: redirect_to_login(next, login_url=None, redirect_field_name='next')
  1065. Redirects to the login page, and then back to another URL after a
  1066. successful login.
  1067. **Required arguments:**
  1068. * ``next``: The URL to redirect to after a successful login.
  1069. **Optional arguments:**
  1070. * ``login_url``: The URL of the login page to redirect to.
  1071. Defaults to :setting:`settings.LOGIN_URL <LOGIN_URL>` if not supplied.
  1072. * ``redirect_field_name``: The name of a ``GET`` field containing the
  1073. URL to redirect to after log out. Overrides ``next`` if the given
  1074. ``GET`` parameter is passed.
  1075. .. _built-in-auth-forms:
  1076. Built-in forms
  1077. --------------
  1078. .. module:: django.contrib.auth.forms
  1079. If you don't want to use the built-in views, but want the convenience of not
  1080. having to write forms for this functionality, the authentication system
  1081. provides several built-in forms located in :mod:`django.contrib.auth.forms`:
  1082. .. note::
  1083. The built-in authentication forms make certain assumptions about the user
  1084. model that they are working with. If you're using a :ref:`custom user model
  1085. <auth-custom-user>`, it may be necessary to define your own forms for the
  1086. authentication system. For more information, refer to the documentation
  1087. about :ref:`using the built-in authentication forms with custom user models
  1088. <custom-users-and-the-built-in-auth-forms>`.
  1089. .. class:: AdminPasswordChangeForm
  1090. A form used in the admin interface to change a user's password.
  1091. Takes the ``user`` as the first positional argument.
  1092. .. class:: AuthenticationForm
  1093. A form for logging a user in.
  1094. Takes ``request`` as its first positional argument, which is stored on the
  1095. form instance for use by sub-classes.
  1096. .. method:: confirm_login_allowed(user)
  1097. By default, ``AuthenticationForm`` rejects users whose ``is_active``
  1098. flag is set to ``False``. You may override this behavior with a custom
  1099. policy to determine which users can log in. Do this with a custom form
  1100. that subclasses ``AuthenticationForm`` and overrides the
  1101. ``confirm_login_allowed()`` method. This method should raise a
  1102. :exc:`~django.core.exceptions.ValidationError` if the given user may
  1103. not log in.
  1104. For example, to allow all users to log in regardless of "active"
  1105. status::
  1106. from django.contrib.auth.forms import AuthenticationForm
  1107. class AuthenticationFormWithInactiveUsersOkay(AuthenticationForm):
  1108. def confirm_login_allowed(self, user):
  1109. pass
  1110. (In this case, you'll also need to use an authentication backend that
  1111. allows inactive users, such as
  1112. :class:`~django.contrib.auth.backends.AllowAllUsersModelBackend`.)
  1113. Or to allow only some active users to log in::
  1114. class PickyAuthenticationForm(AuthenticationForm):
  1115. def confirm_login_allowed(self, user):
  1116. if not user.is_active:
  1117. raise ValidationError(
  1118. _("This account is inactive."),
  1119. code='inactive',
  1120. )
  1121. if user.username.startswith('b'):
  1122. raise ValidationError(
  1123. _("Sorry, accounts starting with 'b' aren't welcome here."),
  1124. code='no_b_users',
  1125. )
  1126. .. class:: PasswordChangeForm
  1127. A form for allowing a user to change their password.
  1128. .. class:: PasswordResetForm
  1129. A form for generating and emailing a one-time use link to reset a
  1130. user's password.
  1131. .. method:: send_mail(subject_template_name, email_template_name, context, from_email, to_email, html_email_template_name=None)
  1132. Uses the arguments to send an ``EmailMultiAlternatives``.
  1133. Can be overridden to customize how the email is sent to the user.
  1134. :param subject_template_name: the template for the subject.
  1135. :param email_template_name: the template for the email body.
  1136. :param context: context passed to the ``subject_template``,
  1137. ``email_template``, and ``html_email_template`` (if it is not
  1138. ``None``).
  1139. :param from_email: the sender's email.
  1140. :param to_email: the email of the requester.
  1141. :param html_email_template_name: the template for the HTML body;
  1142. defaults to ``None``, in which case a plain text email is sent.
  1143. By default, ``save()`` populates the ``context`` with the
  1144. same variables that
  1145. :class:`~django.contrib.auth.views.PasswordResetView` passes to its
  1146. email context.
  1147. .. class:: SetPasswordForm
  1148. A form that lets a user change their password without entering the old
  1149. password.
  1150. .. class:: UserChangeForm
  1151. A form used in the admin interface to change a user's information and
  1152. permissions.
  1153. .. class:: UserCreationForm
  1154. A :class:`~django.forms.ModelForm` for creating a new user.
  1155. It has three fields: ``username`` (from the user model), ``password1``,
  1156. and ``password2``. It verifies that ``password1`` and ``password2`` match,
  1157. validates the password using
  1158. :func:`~django.contrib.auth.password_validation.validate_password`, and
  1159. sets the user's password using
  1160. :meth:`~django.contrib.auth.models.User.set_password()`.
  1161. .. currentmodule:: django.contrib.auth
  1162. Authentication data in templates
  1163. --------------------------------
  1164. The currently logged-in user and their permissions are made available in the
  1165. :doc:`template context </ref/templates/api>` when you use
  1166. :class:`~django.template.RequestContext`.
  1167. .. admonition:: Technicality
  1168. Technically, these variables are only made available in the template
  1169. context if you use :class:`~django.template.RequestContext` and the
  1170. ``'django.contrib.auth.context_processors.auth'`` context processor is
  1171. enabled. It is in the default generated settings file. For more, see the
  1172. :ref:`RequestContext docs <subclassing-context-requestcontext>`.
  1173. Users
  1174. ~~~~~
  1175. When rendering a template :class:`~django.template.RequestContext`, the
  1176. currently logged-in user, either a :class:`~django.contrib.auth.models.User`
  1177. instance or an :class:`~django.contrib.auth.models.AnonymousUser` instance, is
  1178. stored in the template variable ``{{ user }}``:
  1179. .. code-block:: html+django
  1180. {% if user.is_authenticated %}
  1181. <p>Welcome, {{ user.username }}. Thanks for logging in.</p>
  1182. {% else %}
  1183. <p>Welcome, new user. Please log in.</p>
  1184. {% endif %}
  1185. This template context variable is not available if a ``RequestContext`` is not
  1186. being used.
  1187. Permissions
  1188. ~~~~~~~~~~~
  1189. The currently logged-in user's permissions are stored in the template variable
  1190. ``{{ perms }}``. This is an instance of
  1191. ``django.contrib.auth.context_processors.PermWrapper``, which is a
  1192. template-friendly proxy of permissions.
  1193. Evaluating a single-attribute lookup of ``{{ perms }}`` as a boolean is a proxy
  1194. to :meth:`User.has_module_perms()
  1195. <django.contrib.auth.models.User.has_module_perms>`. For example, to check if
  1196. the logged-in user has any permissions in the ``foo`` app::
  1197. {% if perms.foo %}
  1198. Evaluating a two-level-attribute lookup as a boolean is a proxy to
  1199. :meth:`User.has_perm() <django.contrib.auth.models.User.has_perm>`. For example,
  1200. to check if the logged-in user has the permission ``foo.add_vote``::
  1201. {% if perms.foo.add_vote %}
  1202. Here's a more complete example of checking permissions in a template:
  1203. .. code-block:: html+django
  1204. {% if perms.foo %}
  1205. <p>You have permission to do something in the foo app.</p>
  1206. {% if perms.foo.add_vote %}
  1207. <p>You can vote!</p>
  1208. {% endif %}
  1209. {% if perms.foo.add_driving %}
  1210. <p>You can drive!</p>
  1211. {% endif %}
  1212. {% else %}
  1213. <p>You don't have permission to do anything in the foo app.</p>
  1214. {% endif %}
  1215. It is possible to also look permissions up by ``{% if in %}`` statements.
  1216. For example:
  1217. .. code-block:: html+django
  1218. {% if 'foo' in perms %}
  1219. {% if 'foo.add_vote' in perms %}
  1220. <p>In lookup works, too.</p>
  1221. {% endif %}
  1222. {% endif %}
  1223. .. _auth-admin:
  1224. Managing users in the admin
  1225. ===========================
  1226. When you have both ``django.contrib.admin`` and ``django.contrib.auth``
  1227. installed, the admin provides a convenient way to view and manage users,
  1228. groups, and permissions. Users can be created and deleted like any Django
  1229. model. Groups can be created, and permissions can be assigned to users or
  1230. groups. A log of user edits to models made within the admin is also stored and
  1231. displayed.
  1232. Creating users
  1233. --------------
  1234. You should see a link to "Users" in the "Auth"
  1235. section of the main admin index page. The "Add user" admin page is different
  1236. than standard admin pages in that it requires you to choose a username and
  1237. password before allowing you to edit the rest of the user's fields.
  1238. Also note: if you want a user account to be able to create users using the
  1239. Django admin site, you'll need to give them permission to add users *and*
  1240. change users (i.e., the "Add user" and "Change user" permissions). If an
  1241. account has permission to add users but not to change them, that account won't
  1242. be able to add users. Why? Because if you have permission to add users, you
  1243. have the power to create superusers, which can then, in turn, change other
  1244. users. So Django requires add *and* change permissions as a slight security
  1245. measure.
  1246. Be thoughtful about how you allow users to manage permissions. If you give a
  1247. non-superuser the ability to edit users, this is ultimately the same as giving
  1248. them superuser status because they will be able to elevate permissions of
  1249. users including themselves!
  1250. Changing passwords
  1251. ------------------
  1252. User passwords are not displayed in the admin (nor stored in the database), but
  1253. the :doc:`password storage details </topics/auth/passwords>` are displayed.
  1254. Included in the display of this information is a link to
  1255. a password change form that allows admins to change user passwords.