Refer to https://review.openstack.org/#/c/345022/ for the keystone fix, which should fix things in OSC
** Changed in: python-openstackclient Status: Confirmed => Invalid ** Changed in: keystone Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Identity (keystone). https://bugs.launchpad.net/bugs/1526087 Title: Can edit user name, email to illegal values Status in OpenStack Dashboard (Horizon): Confirmed Status in OpenStack Identity (keystone): Fix Released Status in python-openstackclient: Invalid Bug description: Under Identity > Users, you can edit usernames and emails to illegal values (string too long, invalid characters/format, etc). The test string for both email and username update is "abcdefghijklmnopqrstuvwxyz!@#$%^&*()_+1234567890-=[]\{}|;':",./<>? baduser2". This behavior is not in line with user creation's validation. When you attempt to create a user with the test string as a username or email, you get an error. This validation present during user creation does not appear to be active when editing the user's name or email. Furthermore, when you set the user's name to the test string, you will be unable to log on using that username due to a name length issue. The test string's length is 75 characters; the horizon log-on maximum is 64. To manage notifications about this bug go to: https://bugs.launchpad.net/horizon/+bug/1526087/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : yahoo-eng-team@lists.launchpad.net Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp