Comment 3 for bug 1433110

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to horizon (master)

Reviewed: https://review.openstack.org/166876
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=e5d5e64fb3b989c4226860fe238866031de172d9
Submitter: Jenkins
Branch: master

commit e5d5e64fb3b989c4226860fe238866031de172d9
Author: Sam Betts <email address hidden>
Date: Mon Mar 23 14:52:57 2015 +0000

    Fix horizon login autocomplete control issues

    The autocomplete html attribute isn't respected by many of the newer
    browsers, so setting autocomplete=False or off will not work to disable
    autocompletion in many cases. https://review.openstack.org/#/c/114312/
    solved this issue for most forms, however the login screen overrides
    these fixes, so this patch ports those changes to the login screen
    fixing the problem of autocomplete not disabling the fields.

    Change-Id: Ibd62b0956991aa3e65e2756fa6750eb9721c3549
    Closes-Bug: 1433110