検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 90 for PASSWORD (0.048 sec.)
Django 1.3 release notes — Django 4.0.6 ドキュメント 7107
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... y or scheduled to run periodically via e.g. cron). PasswordInput default rendering behavior ¶ The PasswordInpu ... intended for use with form fields which represent passwords, accepts a boolean keyword argument render_value ... ent defaulted to True , meaning that the submitted password would be sent back to the browser as part of the f ... alue from the redisplayed form could instantiate a PasswordInput passing render_value=False . Due to the sensi ...
https://man.plustar.jp/django/releases/1.3.html - [similar]
Django 3.0.1 リリースノート — Django 4.0.6 ドキュメント 7107
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... した。 CVE-2019-19844: Potential account hijack via password reset form ¶ By submitting a suitably crafted emai ... -cased for comparison, an attacker could be sent a password reset token for the matched account. In order to a ... void this vulnerability, password reset requests now compare the submitted email usi ... ノート CVE-2019-19844: Potential account hijack via password reset form Bugfixes 前のトピックへ Django 3.0.2 リ ...
https://man.plustar.jp/django/releases/3.0.1.html - [similar]
設定 — Django 4.0.6 ドキュメント 7054
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... AME' : 'mydatabase' , 'USER' : 'mydatabaseuser' , 'PASSWORD' : 'mypassword' , 'HOST' : '127.0.0.1' , 'PORT' : ... , consult your backend module's own documentation. PASSWORD ¶ デフォルト値: '' (空文字列) The password to use ... If not provided, Django will use 'test_' + USER . PASSWORD ¶ デフォルト値: None This is an Oracle-specific se ... tting. The password to use when connecting to the Oracle database that ...
https://man.plustar.jp/django/ref/settings.html - [similar]
Django 1.10 リリースノート — Django 4.0.6 ドキュメント 7054
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... django.contrib.auth ¶ Added support for the Argon2 password hash . It's recommended over PBKDF2, however, it's ... ibrary. The default iteration count for the PBKDF2 password hasher has been increased by 25%. This backwards c ... have subclassed django.contrib.auth.hashers.PBKDF2PasswordHasher to change the default value. The django.cont ... similar check, this check is removed. デフォルトの PASSWORD_HASHERS 設定からの脆弱なパスワードハッシュ生成器の ...
https://man.plustar.jp/django/releases/1.10.html - [similar]
Django Deprecation Timeline — Django 4.0.6 ドキュメント 7014
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... lease notes for more details on these changes. The PASSWORD_RESET_TIMEOUT_DAYS setting will be removed. The un ... ge will be removed. Support for the pre-Django 3.1 password reset tokens in the admin site (that use the SHA-1 ... e changes. contrib.auth.views.login() , logout() , password_change() , password_change_done() , password_reset ... () , password_reset_done() , password_reset_confirm() , and pass ...
https://man.plustar.jp/django/internals/deprecation.html - [similar]
Django 1.11 リリースノート — Django 4.0.6 ドキュメント 6934
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ) と logout() 関数ベースビューの後継となりました。 PasswordChangeView 、 PasswordChangeDoneView 、 PasswordRes ... etView 、 PasswordResetDoneView 、 PasswordResetConfirmView 、 Passwo ... ResetCompleteView クラスベースビューが、廃止される password_change() 、 password_change_done() 、 password_res ... et() 、 password_reset_done() 、 password_reset_confirm() 、 passwo ...
https://man.plustar.jp/django/releases/1.11.html - [similar]
データベース — Django 4.0.6 ドキュメント 6880
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ervice name from the connection service file and a password from the password file , you must specify them in ... ME port=5432 .my_pgpass ¶ localhost:5432:NAME:USER:PASSWORD Changed in Django 4.0: Support for connecting by a ... service name, and specifying a password file was added. 警告 Using a service name for test ... gs are used in this order: OPTIONS . NAME , USER , PASSWORD , HOST , PORT MySQL option files. In other words, ...
https://man.plustar.jp/django/ref/databases.html - [similar]
Django 1.3.4 release notes — Django 4.0.6 ドキュメント 6800
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... st.get_host() -- was incorrectly handling username/password information in the header. Thus, for example, the ... cker can cause parts of Django -- particularly the password-reset mechanism -- to generate and display arbitra ... in potentially dangerous content (such as username/password pairs) now raise the exception django.core.excepti ...
https://man.plustar.jp/django/releases/1.3.4.html - [similar]
Django 3.1 release notes — Django 4.0.6 ドキュメント 6760
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ult hashing algorithm to use for encoding cookies, password reset tokens in the admin site, user sessions, and ... .auth ¶ The default iteration count for the PBKDF2 password hasher is increased from 180,000 to 216,000. The n ... ew PASSWORD_RESET_TIMEOUT setting allows defining the number o ... f seconds a password reset link is valid for. This is encouraged instea ...
https://man.plustar.jp/django/releases/3.1.html - [similar]
Django 1.9.5 リリースノート — Django 4.0.6 ドキュメント 6707
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ger strip trailing and leading whitespace from the password fields ( #26334 ). The change requires users who s ... et their password to something with such whitespace after a site upd ... ated to Django 1.9 to reset their password. It provides backwards-compatibility for earlier v ...
https://man.plustar.jp/django/releases/1.9.5.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 NEXT