
    .~h                        d Z ddlmZ ddlmZ ddlmZ  edej                  j                  d      d	       ed
ej                  j                  d      d	       edej                  j                   ed            d	       edej                  j                         d	       edej                  j                   ed            d	       edej                  j                         d	       edej                  j                         d	       edej                  j                   ed            d	      gZy)a  
URL patterns for the views included in ``django.contrib.auth``.

Including these URLs (via the ``include()`` directive) will set up the
following patterns based at whatever URL prefix they are included
under:

* User login at ``login/``.

* User logout at ``logout/``.

* The two-step password change at ``password/change/`` and
  ``password/change/done/``.

* The four-step password reset at ``password/reset/``,
  ``password/reset/confirm/``, ``password/reset/complete/`` and
  ``password/reset/done/``.

The default registration backend already has an ``include()`` for
these URLs, so under the default setup it is not necessary to manually
include these views. Other backends may or may not include them;
consult a specific backend's documentation for details.

    )views)path)reverse_lazyzlogin/zregistration/login.html)template_name
auth_login)namezlogout/zregistration/logout.htmlauth_logoutzpassword/change/auth_password_change_done)success_urlauth_password_changezpassword/change/done/zpassword/reset/auth_password_reset_doneauth_password_resetzpassword/reset/complete/auth_password_reset_completezpassword/reset/done/z(password/reset/confirm/<uidb64>/<token>/auth_password_reset_confirmN)__doc__django.contrib.authr   
auth_viewsdjango.urlsr   r   	LoginViewas_view
LogoutViewPasswordChangeViewPasswordChangeDoneViewPasswordResetViewPasswordResetCompleteViewPasswordResetDoneViewPasswordResetConfirmViewurlpatterns     _/var/www/peopleoo.sandbox-dev.co.uk/venv/lib/python3.12/site-packages/registration/auth_urls.py<module>r"      sq  0 4  $ 					%	%4 
& 
6 					&	&5 
' 
7 				&	&	.	.%&AB 
/ 
D$& 		 		*	*	2	2	4)+ 				%	%	-	-%&@A 
. 
C#% 		#		-	-	5	5	7,. 				)	)	1	1	3(* 		3		,	,	4	4%&DE 
5 
G+-5r    