Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
D
django
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
django
Commits
d5462596
Kaydet (Commit)
d5462596
authored
Şub 24, 2013
tarafından
Ben Konrath
Kaydeden (comit)
Preston Holmes
Şub 24, 2013
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fixed #19394 --Added note about auth forms and custom user models.
üst
8503120c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
customizing.txt
docs/topics/auth/customizing.txt
+2
-0
default.txt
docs/topics/auth/default.txt
+8
-0
No files found.
docs/topics/auth/customizing.txt
Dosyayı görüntüle @
d5462596
...
@@ -674,6 +674,8 @@ custom profile fields. This class provides the full implementation of the
...
@@ -674,6 +674,8 @@ custom profile fields. This class provides the full implementation of the
default :class:`~django.contrib.auth.models.User` as an :ref:`abstract model
default :class:`~django.contrib.auth.models.User` as an :ref:`abstract model
<abstract-base-classes>`.
<abstract-base-classes>`.
.. _custom-users-and-the-built-in-auth-forms:
Custom users and the built-in auth forms
Custom users and the built-in auth forms
----------------------------------------
----------------------------------------
...
...
docs/topics/auth/default.txt
Dosyayı görüntüle @
d5462596
...
@@ -926,6 +926,14 @@ If you don't want to use the built-in views, but want the convenience of not
...
@@ -926,6 +926,14 @@ If you don't want to use the built-in views, but want the convenience of not
having to write forms for this functionality, the authentication system
having to write forms for this functionality, the authentication system
provides several built-in forms located in :mod:`django.contrib.auth.forms`:
provides several built-in forms located in :mod:`django.contrib.auth.forms`:
.. note::
The built-in authentication forms make certain assumptions about the user
model that they are working with. If you're using a :ref:`custom User model
<auth-custom-user>`, it may be necessary to define your own forms for the
authentication system. For more information, refer to the documentation
about :ref:`using the built-in authentication forms with custom user models
<custom-users-and-the-built-in-auth-forms>`.
.. class:: AdminPasswordChangeForm
.. class:: AdminPasswordChangeForm
A form used in the admin interface to change a user's password.
A form used in the admin interface to change a user's password.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment