検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 65 for login (0.019 sec.)
索引 — Django 4.0.6 ドキュメント 7572
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... THENTICATION_BACKENDS setting authentication_form (LoginView の属性) AuthenticationForm (django.contrib.aut ... ) configured (django.conf.settings の属性) confirm_login_allowed() (AuthenticationForm のメソッド) CONN_MAX ... t (django.views.generic.base.ContextMixin の属性) (LoginView の属性) (LogoutView の属性) (PasswordChangeDon ... ing モジュール) force_escape template filter force_login() (Client のメソッド) FORCE_SCRIPT_NAME setting fo ...
https://man.plustar.jp/django/genindex.html - [similar]
Django 1.8 リリースノート — Django 4.0.6 ドキュメント 7500
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tra_context parameter. You can now control who may login to the admin site by overriding only AdminSite.has ... _permission() and AdminSite.login_form . The base.html template has a new block user ... w are detailed in Oracle notes . AbstractUser.last_login allows null values ¶ The AbstractUser.last_login f ... hat contains that model. Also, if wish to set last_login to NULL for users who haven't logged in, you can r ...
https://man.plustar.jp/django/releases/1.8.html - [similar]
Django の admin サイト — Django 4.0.6 ドキュメント 7429
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... in/ , by default). If you need to create a user to login with, use the createsuperuser command. By default, ... ame. That way you can use it selectively. Root and login templates ¶ If you wish to change the index, login ... changing the AdminSite.index_template , AdminSite.login_template or AdminSite.logout_template properties. ... admin that redirects unauthenticated users to the login page. By default, it is set to True . 警告 Setting ...
https://man.plustar.jp/django/ref/contrib/admin/index.html - [similar]
Django 1.7 release notes — Django 4.0.6 ドキュメント 7429
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ou can override the new AuthenticationForm.confirm_login_allowed() method to more easily customize the logi ... data itself. See this note for more details. Admin login redirection strategy ¶ Historically, the Django ad ... authorized or unauthenticated user directly to the login view, without HTTP redirection. In Django 1.7, thi ... ill be redirected (by HTTP status code 302) to the login page, with the next parameter set to the referring ...
https://man.plustar.jp/django/releases/1.7.html - [similar]
Django 1.10 リリースノート — Django 4.0.6 ドキュメント 7371
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e optional backend argument to django.contrib.auth.login() to allow using it without credentials. The new L ... d_user parameter for the django.contrib.auth.views.login() view allows redirecting authenticated users visi ... ting the login page. 新しい AllowAllUsersModelBackend および Allo ... --tag and test --exclude-tag options. You can now login and use sessions with the test client even if djan ...
https://man.plustar.jp/django/releases/1.10.html - [similar]
Django 1.5.5 release notes — Django 4.0.6 ドキュメント 7371
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... on every iteration. Properly rotate CSRF token on login ¶ This behavior introduced as a security hardening ... via password hashers Properly rotate CSRF token on login Bugfixes Backwards incompatible changes 前のトピッ ...
https://man.plustar.jp/django/releases/1.5.5.html - [similar]
Django 1.3 release notes — Django 4.0.6 ドキュメント 7228
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t now explicitly indicate this. For example: class LoginForm ( forms . Form ): username = forms . CharField ... he new future libraries and syntax. Changes to the login methods of the admin ¶ In previous version the adm ... in app defined login methods in multiple locations and ignored the almo ... for usernames. This release refactors the admin's login mechanism to use a subclass of the AuthenticationF ...
https://man.plustar.jp/django/releases/1.3.html - [similar]
Django 1.11.3 リリースノート — Django 4.0.6 ドキュメント 7157
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 28284 ). Fixed the value of redirect_field_name in LoginView 's template context. It's now an empty string ... (as it is for the original function-based login() view) if the corresponding parameter isn't sent ... in a request (in particular, when the login page is accessed directly) ( #28229 ). Prevented a ...
https://man.plustar.jp/django/releases/1.11.3.html - [similar]
Django の認証方法のカスタマイズ — Django 4.0.6 ドキュメント 7157
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... end ): """ Authenticate against the settings ADMIN_LOGIN and ADMIN_PASSWORD. Use the login name and a hash ... of the password. For example: ADMIN_LOGIN = 'admin' ADMIN_PASSWORD = 'pbkdf2_sha256$30000$Vo ... f , request , username = None , password = None ): login_valid = ( settings . ADMIN_LOGIN == username ) pwd ... ssword ( password , settings . ADMIN_PASSWORD ) if login_valid and pwd_valid : try : user = User . objects ...
https://man.plustar.jp/django/topics/auth/customizing.html - [similar]
セッションの使いかた — Django 4.0.6 ドキュメント 7099
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... しいセッションキーを作成します。 django.contrib.auth.login() は、このメソッドを呼び出すことで、過去のセッショ ... バー (member)」にログインする手続きを行います。 def login ( request ): m = Member . objects . get ( username ... password didn't match." ) そして、次の例では、上の login() に対応するメンバーのログアウト処理を行います。 d ... tpResponse from django.shortcuts import render def login ( request ): if request . method == 'POST' : if re ...
https://man.plustar.jp/django/topics/http/sessions.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT