Changes between Initial Version and Version 1 of Ticket #29379
- Timestamp:
- May 4, 2018, 2:56:51 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29379 – Description
initial v1 1 1 Add autocomplete=username/email/current-password/new-password to contrib.auth builtin forms. 2 3 Pull request: https://github.com/django/django/pull/9921 2 4 3 5 The most useful one is autocomplete=new-password, which prevents browsers prefill with current password, Chrome will also suggest a random strong password for users who turned on account sync.