yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #61035
[Bug 1347309] Re: if multidomain enabled, login error message should change
The message was made more generic to be "Invalid Credentials" in an
unrelated refactor.
** Changed in: django-openstack-auth
Status: Confirmed => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1347309
Title:
if multidomain enabled, login error message should change
Status in django-openstack-auth:
Fix Released
Status in OpenStack Dashboard (Horizon):
Invalid
Bug description:
To test this, update your local_settings.py to:
OPENSTACK_API_VERSIONS = {
“identity”: 3
}
OPENSTACK_KEYSTONE_MULTIDOMAIN_SUPPORT = True
#OPENSTACK_KEYSTONE_URL = “http://<url>:5000/v2.0″ % OPENSTACK_HOST
OPENSTACK_KEYSTONE_URL = “http://<url>:5000/v3″ % OPENSTACK_HOST
After you make these changes you will see an addition 'Domain' field
on the login screen.
However, when you enter in the domain name wrong, you are presented
with message: 'Invalid user name or password.' It should be updated
to say: 'Invalid domain, user name or password.'
To manage notifications about this bug go to:
https://bugs.launchpad.net/django-openstack-auth/+bug/1347309/+subscriptions
References