検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 48 for authentication (0.003 sec.)
How to authenticate against Django's user database from Apache — Django 4.0.6 ... 13783
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... user database from Apache ¶ Since keeping multiple authentication databases in sync is a common problem when dealing ... configure Apache to authenticate against Django's authentication system directly. This requires Apache version >= 2 ... your custom cannot conform to these requirements. Authentication with mod_wsgi ¶ 注釈 The use of WSGIApplicationGro ... django-admin startproject . Using Apache 2.2 with authentication Make sure that mod_auth_basic and mod_authz_user a ...
https://man.plustar.jp/django/howto/deployment/wsgi/apache-auth.html - [similar]
How to authenticate using REMOTE_USER — Django 4.0.6 ドキュメント 11420
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... his document describes how to make use of external authentication sources (where the web server sets the REMOTE_USER ... ariable) in your Django applications. This type of authentication solution is typically seen on intranet sites, with ... gn-on solutions such as IIS and Integrated Windows Authentication or Apache and mod_authnz_ldap , CAS , Cosign , Web ... auth_sspi , etc. When the web server takes care of authentication it typically sets the REMOTE_USER environment vari ...
https://man.plustar.jp/django/howto/auth-remote-user.html - [similar]
django.contrib.auth — Django 4.0.6 ドキュメント 10738
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... sarily control whether or not the user can log in. Authentication backends aren't required to check for the is_activ ... n. In this case, you'll also want to customize the AuthenticationForm used by the LoginView as it rejects inactive u ... ission-checking methods such as has_perm() and the authentication in the Django admin all return False for inactive ... せん。 通常、 request.user のこの属性をチェックして AuthenticationMiddleware (現在ログイン中のユーザを表します) によっ ...
https://man.plustar.jp/django/ref/contrib/auth.html - [similar]
Django 1.11.10 リリースノート — Django 4.0.6 ドキュメント 10511
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 題と、いくつかのバグを修正しました。 CVE-2018-6188: AuthenticationForm における情報漏えい ¶ A regression in Django 1. ... 11.8 made AuthenticationForm run its confirm_login_allowed() method even if ... e leaked. This issue is fixed with the caveat that AuthenticationForm can no longer raise the "This account is inact ... ive." error if the authentication backend rejects inactive users (the default authen ...
https://man.plustar.jp/django/releases/1.11.10.html - [similar]
Django 2.0.2 リリースノート — Django 4.0.6 ドキュメント 10284
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 題と、いくつかのバグを修正しました。 CVE-2018-6188: AuthenticationForm における情報漏えい ¶ A regression in Django 1. ... 11.8 made AuthenticationForm run its confirm_login_allowed() method even if ... e leaked. This issue is fixed with the caveat that AuthenticationForm can no longer raise the "This account is inact ... ive." error if the authentication backend rejects inactive users (the default authen ...
https://man.plustar.jp/django/releases/2.0.2.html - [similar]
Djangoの認証システムを使用する — Django 4.0.6 ドキュメント 9936
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... teUserMiddleware . Unless you are writing your own authentication system, you probably won't use this. Rather if you ... pp.add_student' , 'app.can_deliver_pizzas' )) True Authentication in web requests ¶ Django は リクエストオブジェクト ... 携を図ることができる。 ただ一つだけ設定が存在すれば AUTHENTICATION_BACKENDS の backend を利用する。 いずれにも該当しな ... いては、引数 backend あるいは属性値 user.backend は( AUTHENTICATION_BACKENDS で定義されているのと同様に)ドット付きのイ ...
https://man.plustar.jp/django/topics/auth/default.html - [similar]
ミドルウェア — Django 4.0.6 ドキュメント 8588
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... す。詳しくは sites documentation を読んでください。 Authentication middleware ¶ class AuthenticationMiddleware ¶ Adds ... in user, to every incoming HttpRequest object. See Authentication in web requests . class RemoteUserMiddleware ¶ Mid ... dleware for utilizing web server provided authentication. See How to authenticate using REMOTE_USER for usa ... are ¶ Middleware for utilizing web server provided authentication when enabled only on the login page. See ログインペ ...
https://man.plustar.jp/django/ref/middleware.html - [similar]
Django 1.4.8 release notes — Django 4.0.6 ドキュメント 8466
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n of the corresponding hash. As of 1.4.8, Django's authentication framework imposes a 4096-byte limit on passwords a ... nd will fail authentication with any submitted password of greater length. Cor ...
https://man.plustar.jp/django/releases/1.4.8.html - [similar]
Django 1.5.4 release notes — Django 4.0.6 ドキュメント 8466
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n of the corresponding hash. As of 1.5.4, Django's authentication framework imposes a 4096-byte limit on passwords, ... and will fail authentication with any submitted password of greater length. Cor ...
https://man.plustar.jp/django/releases/1.5.4.html - [similar]
Pythonモジュール索引 — Django 4.0.6 ドキュメント 8239
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... umentation generator. django.contrib.auth Django's authentication framework. django.contrib.auth.backends Django's b ... uilt-in authentication backend classes. django.contrib.auth.forms django. ... ontrib.auth.hashers django.contrib.auth.middleware Authentication middleware. django.contrib.auth.password_validatio ...
https://man.plustar.jp/django/py-modindex.html - [similar]
PREV 1 2 3 4 5 NEXT