検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 48 for authentication (0.041 sec.)
Django Deprecation Timeline — Django 4.0.6 ドキュメント 8012
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... es() will be removed. The authenticate() method of authentication backends will require request as the first positio ... ther or not 'django.contrib.auth.middleware.SessionAuthenticationMiddleware' is in MIDDLEWARE_CLASSES . Private attr ... . The undocumented check_for_test_cookie method in AuthenticationForm will be removed following an accelerated depre ... and sqlreset management commands will be removed. Authentication backends will need to support an inactive user bei ...
https://man.plustar.jp/django/internals/deprecation.html - [similar]
Django の認証方法のカスタマイズ — Django 4.0.6 ドキュメント 7785
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 試行します。 認証バックエンドとして利用するリストは AUTHENTICATION_BACKENDS に定義されています。この設定値は認証方法を ... thon パスのどこにでも配置可能です。 初期状態では、 AUTHENTICATION_BACKENDS は以下の値として定義されています。: [ 'dj ... rib.auth.backends.ModelBackend' ] That's the basic authentication backend that checks the Django users database and ... r use the mechanisms provided by most web servers. AUTHENTICATION_BACKENDS への順番は処理に影響し、同じユーザー名とパ ...
https://man.plustar.jp/django/topics/auth/customizing.html - [similar]
Django 1.1 リリースノート — Django 4.0.6 ドキュメント 7573
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... R is "safe" or in some way reliable as a source of authentication. While not directly a security issue, we've decide ... ic, and quite fast. Django now can easily delegate authentication to the web server via a new authentication backend ...
https://man.plustar.jp/django/releases/1.1.html - [similar]
Djangoソースコードレポジトリ — Django 4.0.6 ドキュメント 7452
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... se. multi-auth : A refactoring of Django's bundled authentication framework which added support for authentication b ...
https://man.plustar.jp/django/internals/git.html - [similar]
Django 1.2 リリースノート — Django 4.0.6 ドキュメント 7346
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ere is no implementation of this in core, a custom authentication backend can provide this implementation and it wil ... used by django.contrib.auth.models.User . See the authentication docs for more information. Permissions for anonymo ... r something is allowed or not to the authorization/authentication backend. See the authentication docs for more deta ...
https://man.plustar.jp/django/releases/1.2.html - [similar]
設定 — Django 4.0.6 ドキュメント 7224
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ftoken' The name of the cookie to use for the CSRF authentication token. This can be whatever you want (as long as i ... OKEN' The name of the request header used for CSRF authentication. As with other HTTP headers in request.META , the ... ntation. Auth ¶ Settings for django.contrib.auth . AUTHENTICATION_BACKENDS ¶ デフォルト値: ['django.contrib.auth.bac ... kends.ModelBackend'] A list of authentication backend classes (as strings) to use when attemptin ...
https://man.plustar.jp/django/ref/settings.html - [similar]
Django 1.11.2 リリースノート — Django 4.0.6 ドキュメント 7224
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d django.contrib.auth.authenticate() when multiple authentication backends don't accept a positional request argumen ...
https://man.plustar.jp/django/releases/1.11.2.html - [similar]
テストツール — Django 4.0.6 ドキュメント 7224
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... て持ちます。 引数 credentials の形式は利用している ( AUTHENTICATION_BACKENDS の設定値に定義されています) 認証バックエン ... er , backend = None ) ¶ If your site uses Django's authentication system , you can use the force_login() method to s ... important. Unlike login() , this method skips the authentication and verification steps: inactive users ( is_active ... ld be a dotted Python path string), or to settings.AUTHENTICATION_BACKENDS[0] if a value isn't provided. The authent ...
https://man.plustar.jp/django/topics/testing/tools.html - [similar]
contenttypes フレームワーク — Django 4.0.6 ドキュメント 7118
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d or changed through the admin interface. Django's authentication framework uses it to tie user permissions to speci ... e. For example, the permissions system in Django's authentication framework uses a Permission model with a foreign k ...
https://man.plustar.jp/django/ref/contrib/contenttypes.html - [similar]
contrib packages — Django 4.0.6 ドキュメント 7118
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... contrib packages to be installed. auth ¶ Django's authentication framework. See Django でのユーザー認証 . contentty ...
https://man.plustar.jp/django/ref/contrib/index.html - [similar]
PREV 1 2 3 4 5 NEXT