Comment 6 for bug 1861224

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

Reviewed: https://review.opendev.org/705886
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=6a07f5a5b4e2c0921967b8c47c8c9cfcd9a45b90
Submitter: Zuul
Branch: master

commit 6a07f5a5b4e2c0921967b8c47c8c9cfcd9a45b90
Author: Akihiro Motoki <email address hidden>
Date: Wed Feb 5 14:41:49 2020 +0900

    Avoid stripping leading/traling spaces in password forms

    There are cases where leading/trailing spaces are included in passwords
    We should not touch passwords input in forms and pass them to auth
    backends without any modifications. The detail was discussed in
    the mailing list thread [1] referred in the bug comment.

    [1] http://lists.openstack.org/pipermail/openstack-discuss/2020-January/thread.html#12223

    Change-Id: I98de224cc77a98fa216ec3bc032412325e661e14
    Closes-Bug: #1861224