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
3935b0f2
Kaydet (Commit)
3935b0f2
authored
Kas 05, 2013
tarafından
Sylvain Bellemare
Kaydeden (comit)
Tim Graham
Kas 07, 2013
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Removed no longer relevant word
üst
7be63839
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
customizing.txt
docs/topics/auth/customizing.txt
+1
-1
No files found.
docs/topics/auth/customizing.txt
Dosyayı görüntüle @
3935b0f2
...
@@ -47,7 +47,7 @@ Specifying authentication backends
...
@@ -47,7 +47,7 @@ Specifying authentication backends
Behind the scenes, Django maintains a list of "authentication backends" that it
Behind the scenes, Django maintains a list of "authentication backends" that it
checks for authentication. When somebody calls
checks for authentication. When somebody calls
:func:`django.contrib.auth.authenticate()` -- as described in :ref:`How to log
:func:`django.contrib.auth.authenticate()` -- as described in :ref:`How to log
a user in <how-to-log-a-user-in>`
above
-- Django tries authenticating across
a user in <how-to-log-a-user-in>` -- Django tries authenticating across
all of its authentication backends. If the first authentication method fails,
all of its authentication backends. If the first authentication method fails,
Django tries the second one, and so on, until all backends have been attempted.
Django tries the second one, and so on, until all backends have been attempted.
...
...
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