Results of 1 - 10 of about 23 for authenticate (0.026 sec.)
- How to authenticate against Django's user database from Apache — Django 4.0.6 ... 13355
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
| Index | Modules « previous | up | next » How to authenticate against Django's user database from Apache ¶ Since ...
n dealing with Apache, you can configure Apache to authenticate against Django's authentication system directly. T ...
ve static/media files directly from Apache only to authenticated users. Authenticate access to a Subversion reposi ...
configuration to add a location that you want only authenticated users to be able to view: WSGIScriptAlias / /path ...
-
https://man.plustar.jp/django/howto/deployment/wsgi/apache-auth.html
- [similar]
- django.contrib.auth — Django 4.0.6 ドキュメント 12601
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
日時がセットされます。 属性 ¶ class models. User is_authenticated ¶ ( AnonymousUser.is_authenticated が常に False な ...
User オブジェクトを区別する方法です。一般的に、 is_authenticated を使う方が好ましいと言えます。 メソッド ¶ class m ...
ます。 is_anonymous が False ではなく True です。 is_authenticated が False ではなく True です。 is_staff と is_supe ...
証のために使われるモジュールの名前です。 credentials authenticate() か独自の認証バックエンドに渡されたユーザ資格情報 ...
-
https://man.plustar.jp/django/ref/contrib/auth.html
- [similar]
- 「How-to」ガイド — Django 4.0.6 ドキュメント 10506
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
ある作業を素早く片付けるのに役立つはずです。 How to authenticate using REMOTE_USER How to create custom django-admi ...
前のトピックへ 非同期サポート 次のトピックへ How to authenticate using REMOTE_USER 関連キーワード How , ガイド , cr ...
eate , custom , files , deploy , authenticate , template , トピック , manage クイック検索 Last u ...
-
https://man.plustar.jp/django/howto/index.html
- [similar]
- Django の認証方法のカスタマイズ — Django 4.0.6 ドキュメント 9517
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
ンド」のリストを保持しています。 django.contrib.auth.authenticate() を誰かがコールすると -- どのようにログインするか ...
ックエンドは2つの必須メソッド: get_user(user_id) と authenticate(request, **credentials) を持ったクラスであり、 また ...
ーザーオブジェクト、または``None``を返却します。 The authenticate method takes a request argument and credentials as ...
t BaseBackend class MyBackend ( BaseBackend ): def authenticate ( self , request , username = None , password = No ...
-
https://man.plustar.jp/django/topics/auth/customizing.html
- [similar]
- Djangoの認証システムを使用する — Django 4.0.6 ドキュメント 9517
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
ord change を参照してください。 ユーザを認証する ¶ authenticate ( request = None , ** credentials ) ¶ 認証情報のセ ...
ットを検証するには authenticate() を利用してください。このメソッドは認証情報をキー ...
。以下は実装例です: from django.contrib.auth import authenticate user = authenticate ( username = 'john' , password ...
= 'secret' ) if user is not None : # A backend authenticated the credentials else : # No backend authenticated ...
-
https://man.plustar.jp/django/topics/auth/default.html
- [similar]
- How to authenticate using REMOTE_USER — Django 4.0.6 ドキュメント 9015
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
| Index | Modules « previous | up | next » How to authenticate using REMOTE_USER ¶ This document describes how to ...
e の当座の代替として使うことができる。 目次 How to authenticate using REMOTE_USER 設定 ログインページでのみ REMOTE ...
-
https://man.plustar.jp/django/howto/auth-remote-user.html
- [similar]
- How to deploy Django — Django 4.0.6 ドキュメント 8026
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
ngo を Apache と mod_wsgi とともに使うには? How to authenticate against Django's user database from Apache applica ...
-
https://man.plustar.jp/django/howto/deployment/index.html
- [similar]
- Django 1.11.10 リリースノート — Django 4.0.6 ドキュメント 8026
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
( #29016 ). Fixed a regression where contrib.auth.authenticate() crashes if an authentication backend doesn't acc ...
-
https://man.plustar.jp/django/releases/1.11.10.html
- [similar]
- Django 1.11.2 リリースノート — Django 4.0.6 ドキュメント 8026
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
lds to crash ( #28188 ). Fixed django.contrib.auth.authenticate() when multiple authentication backends don't acce ...
-
https://man.plustar.jp/django/releases/1.11.2.html
- [similar]
- Django 2.0.2 リリースノート — Django 4.0.6 ドキュメント 8026
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
( #29054 ). Fixed a regression where contrib.auth.authenticate() crashes if an authentication backend doesn't acc ...
-
https://man.plustar.jp/django/releases/2.0.2.html
- [similar]