検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 13 for ModelBackend (0.037 sec.)
How to authenticate using REMOTE_USER — Django 4.0.6 ドキュメント 14234
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... '...' , ] 続いて、 AUTHENTICATION_BACKENDS 設定の ModelBackend を RemoteUserBackend に変更します: AUTHENTICATION_ ... ログインを行います。 この特定の設定は、デフォルトの ModelBackend による認証を無効にすることに注意してください。つま ... _BACKENDS のリストに 'django.contrib.auth.backends.ModelBackend' を追加しておけば、この問題は解決できます。 contri ... ザだけを管理します。 注釈 `` RemoteUserBackend``を``ModelBackend``から継承した後も、 `` ModelBackend``によってチェッ ...
https://man.plustar.jp/django/howto/auth-remote-user.html - [similar]
Django の認証方法のカスタマイズ — Django 4.0.6 ドキュメント 9466
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 定義されています。: [ 'django.contrib.auth.backends.ModelBackend' ] That's the basic authentication backend that ch ... 装の完全なものは django/contrib/auth/backends.py の ModelBackend クラスにあり、これはデフォルトのバックエンドであり ... アクティブでないユーザーと呼びます。認証バックエンド ModelBackend と RemoteUserBackend はこれらのユーザーの認証行為を ... ユーザーの認証行為を許可したい場合は、 AllowAllUsersModelBackend や AllowAllUsersRemoteUserBackend を使用することが ...
https://man.plustar.jp/django/topics/auth/customizing.html - [similar]
django.contrib.auth — Django 4.0.6 ドキュメント 9044
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... k for the is_active flag but the default backend ( ModelBackend ) and the RemoteUserBackend do. You can use AllowA ... llUsersModelBackend or AllowAllUsersRemoteUserBackend if you want to a ... if user_obj has the permission string perm . class ModelBackend ¶ This is the default authentication backend used ... result will include superusers. class AllowAllUsersModelBackend ¶ Same as ModelBackend except that it doesn't reje ...
https://man.plustar.jp/django/ref/contrib/auth.html - [similar]
Django 1.11.8 リリースノート — Django 4.0.6 ドキュメント 9044
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... onForm to raise the inactive user error when using ModelBackend ( #28645 ). Added support for QuerySet.values() an ...
https://man.plustar.jp/django/releases/1.11.8.html - [similar]
索引 — Django 4.0.6 ドキュメント 8815
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... llow_unicode (SlugField の属性) , [1] AllowAllUsersModelBackend (django.contrib.auth.backends のクラス) AllowAllUs ... g authenticate() (django.contrib.auth モジュール) (ModelBackend のメソッド) (RemoteUserBackend のメソッド) AUTHENT ... ド) get_all_permissions() (BaseBackend のメソッド) (ModelBackend のメソッド) (models.PermissionsMixin のメソッド) ( ... get_group_permissions() (BaseBackend のメソッド) (ModelBackend のメソッド) (models.PermissionsMixin のメソッド) ( ...
https://man.plustar.jp/django/genindex.html - [similar]
Django 1.11.10 リリースノート — Django 4.0.6 ドキュメント 8815
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nactive users (the default authentication backend, ModelBackend , has done that since Django 1.10). This issue wil ...
https://man.plustar.jp/django/releases/1.11.10.html - [similar]
Django 2.0.2 リリースノート — Django 4.0.6 ドキュメント 8815
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nactive users (the default authentication backend, ModelBackend , has done that since Django 1.10). This issue wil ...
https://man.plustar.jp/django/releases/2.0.2.html - [similar]
Django 1.6.1 release notes — Django 4.0.6 ドキュメント 8604
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... AttributeError in some situations (#21432). Fixed ModelBackend raising UnboundLocalError if get_user_model() rais ...
https://man.plustar.jp/django/releases/1.6.1.html - [similar]
Django 1.5.6 release notes — Django 4.0.6 ドキュメント 8393
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... sions prior to executing queries. Bugfixes ¶ Fixed ModelBackend raising UnboundLocalError if get_user_model() rais ...
https://man.plustar.jp/django/releases/1.5.6.html - [similar]
Django 1.10 リリースノート — Django 4.0.6 ドキュメント 7742
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... users visiting the login page. 新しい AllowAllUsersModelBackend および AllowAllUsersRemoteUserBackend は、 User.is ... _active の値を無視します。一方、 ModelBackend および RemoteUserBackend は inactive なユーザーを拒 ... d object as the first argument to call_command() . ModelBackend and RemoteUserBackend now reject inactive users. T ... ed the previous behavior, use the new AllowAllUsersModelBackend or AllowAllUsersRemoteUserBackend in AUTHENTICATIO ...
https://man.plustar.jp/django/releases/1.10.html - [similar]
PREV 1 2 NEXT