[Yahoo-eng-team] [Bug 1521809] [NEW] No checkpoint if email address entered for user is in email format or not

2015-12-01 Thread Karan Soni
Public bug reported: While creating new user if the email address entered by user is not in email format then there is no error and is accepted as it is. In case of typo in email format there will be no validation so user will not be intimated if wrong email format is entered. This field can

[Yahoo-eng-team] [Bug 1521811] [NEW] No restriction on number of characters for email field

2015-12-01 Thread Karan Soni
Public bug reported: There is no restriction on number of characters set in for user's email address. There should be max length set for the email field ** Affects: keystone Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1521812] [NEW] Different Tenants/Projects should allow users with same name

2015-12-01 Thread Karan Soni
Public bug reported: As per the specifications of Tenant or Project they are container for isolating and grouping resources. So according to that it should allow users with same name to be contained in different projects. Example in big data center there are multiple clients which are segregated

[Yahoo-eng-team] [Bug 1520737] [NEW] User creation is allowed with empty password

2015-11-27 Thread Karan Soni
Public bug reported: While creating user using keystone command with password option, it does not check if user entered any character for password or not. steps: $ keystone user-create --name testing --pass New Password: Repeat New Password: +--+--+ |

[Yahoo-eng-team] [Bug 1520428] [NEW] User enable status consider everything as false except specific word 'true'

2015-11-26 Thread Karan Soni
Public bug reported: Issue: While creating user using keystone command the optional parameter 'enable' consider every word as false except the word 'true'. Where as per the specification it should except either word 'false' or 'true' only, in other case it should give error. steps: 1) use