Bug #797

The core should check that new passwords do not contain spaces

Added by Carlos Martín almost 10 years ago. Updated almost 10 years ago.

Status:ClosedStart date:09/06/2011
Priority:NormalDue 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

Related to Bug #485: OpenNebula crashes if username containing space is used w... Closed 02/16/2011

Associated revisions

Revision f0410c9e
Added by Ruben S. Montero almost 10 years ago

bug #797: OpenNebula core prevents a password with spaces to be used

Revision 0faf6203
Added by Ruben S. Montero almost 10 years ago

bug #797: OpenNebula core prevents a password with spaces to be used
(cherry picked from commit f0410c9e75a6314976d1c3bc45d5cff11b0feb16)

Revision 6d42518b
Added by Carlos Martín almost 10 years ago

Bug #797: Fix UserPoolTest, spaces in names or password are no longer allowed

Revision 9c6f03a6
Added by Carlos Martín almost 10 years ago

Bug #797: Fix UserPoolTest, spaces in names or password are no longer allowed
(cherry picked from commit 6d42518b9011b81b6bc0b4d5b73adbb7d87f4773)

Revision f2a45ed1
Added by Carlos Martín almost 10 years ago

Bugs #797, #485: Add invalid character checks to user names, add invalid char ':'

Revision 55607fea
Added by Carlos Martín almost 10 years ago

Bugs #797, #485: Add invalid character checks to user names, add invalid char ':'
(cherry picked from commit f2a45ed13988a6f00fb42c878d5414610da978ee)

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

Also available in: Atom PDF