yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #65625
[Bug 1526087] Re: Can edit user name, email to illegal values
** Changed in: horizon
Status: Confirmed => Invalid
--
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):
Invalid
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
References