← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1347309] [NEW] if multidomain enabled, login error message should change

 

Public bug reported:

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.'

** Affects: horizon
     Importance: Undecided
         Status: New

-- 
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 OpenStack Dashboard (Horizon):
  New

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/horizon/+bug/1347309/+subscriptions


Follow ups

References