Comment 5 for bug 1352459

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

Reviewed: https://review.openstack.org/119861
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=a8eeed91fd58cbfa157c2ec3838d76ccf2c32985
Submitter: Jenkins
Branch: stable/icehouse

commit a8eeed91fd58cbfa157c2ec3838d76ccf2c32985
Author: Sam Betts <email address hidden>
Date: Thu Aug 14 19:01:22 2014 +0100

    Allow forms to disable autofill in all browsers

    New variable added to form to specify whether it should autofill or
    not. This updates the modal forms autocomplete attribute. Hidden
    fields are required because Chromium v34+ based browsers ignore the
    autocomplete=off form attribute, so the hidden fields catch autofill
    data. Any form without self.no_autocomplete = True will just act
    like before.

    Conflicts:
     horizon/templates/horizon/common/_modal_form.html
     openstack_dashboard/dashboards/admin/users/forms.py

    Change-Id: Ibb1722023eea8f57312e1133939d1f75cd909467
    Closes-Bug: 1352459
    (cherry picked from commit e79af0ac1e273db86f0034898cb05720df34aa35)