検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 112 for Auth (0.016 sec.)
Django 1.6.10 release notes — Django 4.0.6 ドキュメント 8684
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s, and prepending HTTP_ . For instance, a header X-Auth-User would become HTTP_X_AUTH_USER in the WSGI env ... ining dashes and headers containing underscores: X-Auth-User and X-Auth_User both become HTTP_X_AUTH_USER ... in a security-sensitive way (for instance, passing authentication information along from a front-end proxy ... he proxy carefully strips any incoming value for X-Auth-User , an attacker may be able to provide an X-Aut ...
https://man.plustar.jp/django/releases/1.6.10.html - [similar]
Django 1.10 リリースノート — Django 4.0.6 ドキュメント 7862
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 名の公式サポート ¶ The User model in django.contrib.auth originally only accepted ASCII letters and numbers ... 2.2.3 にアップグレードされました。 django.contrib.auth ¶ Added support for the Argon2 password hash . It' ... ot affect users who have subclassed django.contrib.auth.hashers.PBKDF2PasswordHasher to change the default ... value. The django.contrib.auth.views.logout() view sends "no-cache" headers to pr ...
https://man.plustar.jp/django/releases/1.10.html - [similar]
How to authenticate against Django's user database from Apache — Django 4.0.6 ... 7761
" + 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 keeping multiple authentication databases in sync is a common problem wh ... n dealing with Apache, you can configure Apache to authenticate against Django's authentication system dir ... ve static/media files directly from Apache only to authenticated users. Authenticate access to a Subversio ...
https://man.plustar.jp/django/howto/deployment/wsgi/apache-auth.html - [similar]
システムチェックフレームワーク — Django 4.0.6 ドキュメント 7723
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the admin application. admin.E402 : django.contrib.auth.context_processors.auth must be enabled in DjangoT ... emplates ( TEMPLATES ) if using the default auth backend in order to use the admin application. adm ... the admin application. admin.E405 : django.contrib.auth must be in INSTALLED_APPS in order to use the admi ... the admin application. admin.E408 : django.contrib.auth.middleware.AuthenticationMiddleware must be in MID ...
https://man.plustar.jp/django/ref/checks.html - [similar]
Pythonモジュール索引 — Django 4.0.6 ドキュメント 7572
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... go's admin documentation generator. django.contrib.auth Django's authentication framework. django.contrib. ... auth.backends Django's built-in authentication backend classes. django.contrib.auth.for ... ms django.contrib.auth.hashers django.contrib.auth.middleware Authenticat ... ion middleware. django.contrib.auth.password_validation django.contrib.auth.signals dj ...
https://man.plustar.jp/django/py-modindex.html - [similar]
Django Deprecation Timeline — Django 4.0.6 ドキュメント 7483
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e notes for more details on these changes. contrib.auth.views.login() , logout() , password_change() , pas ... be removed. The extra_context parameter of contrib.auth.views.logout_then_login() will be removed. django. ... seIntrospection.get_indexes() will be removed. The authenticate() method of authentication backends will r ... M, e.g. with cursor.execute() . The django.contrib.auth.tests.utils.skipIfCustomUser() decorator will be r ...
https://man.plustar.jp/django/internals/deprecation.html - [similar]
Django 1.9 リリースノート — Django 4.0.6 ドキュメント 7192
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 検証は1つ以上の検証器 (validator) で実行され、新しい AUTH_PASSWORD_VALIDATORS 設定でカスタマイズすることがで ... されずにすべてのパスワードが許可されます。そのため、 AUTH_PASSWORD_VALIDATORS を設定しなければ、何も変更する ... 検証を有効にするには、たとえば次のように設定します。 AUTH_PASSWORD_VALIDATORS = [ { 'NAME' : 'django.contrib ... .auth.password_validation.UserAttributeSimilarityValidat ...
https://man.plustar.jp/django/releases/1.9.html - [similar]
contrib packages — Django 4.0.6 ドキュメント 6851
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... py migrate . Django の admin サイト django.contrib.auth contenttypes フレームワーク The flatpages app GeoD ... orial 2 and the admin documentation . Requires the auth and contenttypes contrib packages to be installed. ... auth ¶ Django's authentication framework. See Django で ... go-users mailing list. 目次 contrib packages admin auth contenttypes flatpages gis humanize messages postg ...
https://man.plustar.jp/django/ref/contrib/index.html - [similar]
設定 — Django 4.0.6 ドキュメント 6662
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Modules « previous | up | next » 設定 ¶ コアの設定 Auth メッセージ セッション サイト 静的ファイル Core Set ... ftoken' The name of the cookie to use for the CSRF authentication token. This can be whatever you want (as ... OKEN' The name of the request header used for CSRF authentication. As with other HTTP headers in request.M ... For example, you can't include both django.contrib.auth and myproject.auth . However, you can relabel an a ...
https://man.plustar.jp/django/ref/settings.html - [similar]
Django 1.5 release notes — Django 4.0.6 ドキュメント 6611
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ango 1.5, applications that wanted to use Django's auth framework ( django.contrib.auth ) were forced to u ... gin porting applications to Python 3. If you're an author of a pluggable component, we encourage you to st ... ed() documentation. Django now provides a mod_wsgi auth handler . The QuerySet.delete() and Model.delete() ... ent pretty error pages to the user. django.contrib.auth provides a new signal that is emitted whenever a u ...
https://man.plustar.jp/django/releases/1.5.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT