Comment 7 for bug 1226466

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

Reviewed: https://review.openstack.org/48575
Committed: http://github.com/openstack/keystone/commit/dc48eee9d2519191c58d97fc48e3881925897275
Submitter: Jenkins
Branch: master

commit dc48eee9d2519191c58d97fc48e3881925897275
Author: David Stanek <email address hidden>
Date: Thu Sep 26 23:54:49 2013 +0000

    Fixes errors logging in as a user with no password

    A traceback in passlibe happened when trying to login as a user that
    didn't have a password set. This gave an unexpected status code. This
    patch makes the server return a 401 instead.

    Change-Id: I9cc64aeefb9e7488579482d4ee95df198af70801
    Partial-Bug: #1226466