Bug #797
The core should check that new passwords do not contain spaces
Status: | Closed | Start date: | 09/06/2011 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Carlos Martín | % Done: | 0% | |
Category: | Core & System | |||
Target version: | Release 3.0 | |||
Resolution: | fixed | Pull request: | ||
Affected Versions: |
Description
User passwords with white spaces are not supported, because they break the text protocol for the auth. drivers.
The core should check this constrain in the methods one.user.allocate and one.user.passwd
Related issues
Associated revisions
bug #797: OpenNebula core prevents a password with spaces to be used
bug #797: OpenNebula core prevents a password with spaces to be used
(cherry picked from commit f0410c9e75a6314976d1c3bc45d5cff11b0feb16)
Bug #797: Fix UserPoolTest, spaces in names or password are no longer allowed
Bug #797: Fix UserPoolTest, spaces in names or password are no longer allowed
(cherry picked from commit 6d42518b9011b81b6bc0b4d5b73adbb7d87f4773)
History
#1 Updated by Ruben S. Montero almost 10 years ago
- Tracker changed from Feature to Bug
#2 Updated by Ruben S. Montero almost 10 years ago
- Status changed from New to Closed
- Resolution set to fixed
Checks are in user creation (XML-RPC creation as well as driver-initiated).