Results of 1 - 10 of about 112 for Auth (0.029 sec.)
- Djangoにおけるパスワード管理 — Django 4.0.6 ドキュメント 11946
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
SWORD_HASHERS PASSWORD_HASHERS = [ 'django.contrib.auth.hashers.PBKDF2PasswordHasher' , 'django.contrib.au ...
ashers.PBKDF2SHA1PasswordHasher' , 'django.contrib.auth.hashers.Argon2PasswordHasher' , 'django.contrib.au ...
hers.BCryptSHA256PasswordHasher' , 'django.contrib.auth.hashers.ScryptPasswordHasher' , ] これは、Djangoは ...
e, you'd put: PASSWORD_HASHERS = [ 'django.contrib.auth.hashers.Argon2PasswordHasher' , 'django.contrib.au ...
-
https://man.plustar.jp/django/topics/auth/passwords.html
- [similar]
- Django の認証方法のカスタマイズ — Django 4.0.6 ドキュメント 10985
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
クエンド」のリストを保持しています。 django.contrib.auth.authenticate() を誰かがコールすると -- どのようにロ ...
試行します。 認証バックエンドとして利用するリストは AUTHENTICATION_BACKENDS に定義されています。この設定値は ...
thon パスのどこにでも配置可能です。 初期状態では、 AUTHENTICATION_BACKENDS は以下の値として定義されています ...
。: [ 'django.contrib.auth.backends.ModelBackend' ] That's the basic authenti ...
-
https://man.plustar.jp/django/topics/auth/customizing.html
- [similar]
- Djangoの認証システムを使用する — Django 4.0.6 ドキュメント 10163
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
パー関数を利用することです。 >>> from django.contrib.auth.models import User >>> user = User . objects . cre ...
ドを変更することもできます: >>> from django.contrib.auth.models import User >>> u = User . objects . get ( ...
ord change を参照してください。 ユーザを認証する ¶ authenticate ( request = None , ** credentials ) ¶ 認証 ...
情報のセットを検証するには authenticate() を利用してください。このメソッドは認証情 ...
-
https://man.plustar.jp/django/topics/auth/default.html
- [similar]
- 索引 — Django 4.0.6 ドキュメント 10024
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
ttpRequest のメソッド) AccessMixin (django.contrib.auth.mixins のクラス) ACos (django.db.models.functions ...
のクラス) AdminPasswordChangeForm (django.contrib.auth.forms のクラス) ADMINS setting AdminSite (django.c ...
性) , [1] AllowAllUsersModelBackend (django.contrib.auth.backends のクラス) AllowAllUsersRemoteUserBackend ...
(django.contrib.auth.backends のクラス) ALLOWED_HOSTS setting allowlist ...
-
https://man.plustar.jp/django/genindex.html
- [similar]
- django.core.mail — Django 4.0.6 ドキュメント 9835
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
m_email , recipient_list , fail_silently = False , auth_user = None , auth_password = None , connection = ...
il is None, use the DEFAULT_FROM_EMAIL setting. If auth_user is None, use the EMAIL_HOST_USER setting. If ...
ection = connection or get_connection ( username = auth_user , password = auth_password , fail_silently = ...
nd_mass_mail ( datatuple , fail_silently = False , auth_user = None , auth_password = None , connection = ...
-
https://man.plustar.jp/django/_modules/django/core/mail.html
- [similar]
- 複数のデータベース — Django 4.0.6 ドキュメント 9253
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
This one will have several databases: one for the auth application, and all other apps using a primary/re ...
ng these databases: DATABASES = { 'default' : {}, 'auth_db' : { 'NAME' : 'auth_db_name' , 'ENGINE' : 'djan ...
e want a router that knows to send queries for the auth and contenttypes apps to auth_db ( auth models are ...
o they must be stored in the same database): class AuthRouter : """ A router to control all database opera ...
-
https://man.plustar.jp/django/topics/db/multi-db.html
- [similar]
- Django 1.7.3 release notes — Django 4.0.6 ドキュメント 9152
- " + 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.7.3.html
- [similar]
- How to authenticate using REMOTE_USER — Django 4.0.6 ドキュメント 8874
- " + 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 describe ...
s how to make use of external authentication sources (where the web server sets the R ...
ariable) in your Django applications. This type of authentication solution is typically seen on intranet s ...
gn-on solutions such as IIS and Integrated Windows Authentication or Apache and mod_authnz_ldap , CAS , Co ...
-
https://man.plustar.jp/django/howto/auth-remote-user.html
- [similar]
- Django 1.6 release notes — Django 4.0.6 ドキュメント 8722
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
saving to use the old algorithm. マイナーな機能 ¶ Authentication backends can raise PermissionDenied to i ...
mmediately fail the authentication chain. The HttpOnly flag can be set on t ...
giving the URL of the next page for django.contrib.auth.views.logout() , django.contrib.auth.views.passwor ...
d_reset() , django.contrib.auth.views.password_reset_confirm() , and django.contri ...
-
https://man.plustar.jp/django/releases/1.6.html
- [similar]
- Django 1.4.18 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.4.18.html
- [similar]