Comment 3 for bug 1116168

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

Reviewed: https://review.openstack.org/21231
Committed: http://github.com/openstack/horizon/commit/fea8f873ad608308445112e94c54bfdcedb86891
Submitter: Jenkins
Branch: master

commit fea8f873ad608308445112e94c54bfdcedb86891
Author: Jesse Pretorius <email address hidden>
Date: Tue Feb 5 19:28:34 2013 +0200

    Implements the autocomplete attribute on the login form

    The current login form allows the browser to automatically complete the authentication credentials based on saved values. This presents a security risk as described in bug 1116168.

    This commit adds the autocomplete attribute to the form tag for the login page to prevent this behaviour.

    Change-Id: I1b218b2db787c1581134f9bd80904c161d20b4c3
    Fixes: bug #1116168