Page MenuHomePhabricator

Add autocomplete=off to all non-login password forms
ClosedPublic

Authored by epriestley on Aug 13 2014, 2:41 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Jan 23, 3:31 PM
Unknown Object (File)
Thu, Jan 23, 3:30 PM
Unknown Object (File)
Thu, Jan 23, 3:30 PM
Unknown Object (File)
Thu, Jan 23, 3:30 PM
Unknown Object (File)
Sun, Jan 19, 10:18 AM
Unknown Object (File)
Sun, Jan 12, 11:42 PM
Unknown Object (File)
Sun, Jan 12, 6:51 PM
Unknown Object (File)
Jan 1 2025, 9:38 AM
Subscribers

Details

Summary

Fixes T5579. Modern browsers aggressively autofill credentials, but at least Firefox still behaves slightly better with this flag. Hopefully other browsers will follow suit.

Test Plan

Browsed various interfaces, verifying that login interfaces allow autocomplete while non-login interfaces do not.

Diff Detail

Repository
rP Phabricator
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

epriestley retitled this revision from to Add autocomplete=off to all non-login password forms.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: btrahan.
btrahan edited edge metadata.
This revision is now accepted and ready to land.Aug 13 2014, 4:23 PM
epriestley updated this revision to Diff 24687.

Closed by commit rPbcdadf5947b3 (authored by @epriestley).