ClearFoundation Tracker - ClearOS
View Issue Details
0000932ClearOSapp-users - User Managerpublic2013-01-11 19:552013-02-28 14:21
user2 
user2 
normalminoralways
closedfixed 
6.3.0 
6.4.0 Beta 26.4.0 Beta 2 
0000932: Groups with spaces causes "disallowed key characters" error
The 'Disallowed Key Characters.' error is thrown when a group name contains spaces. As a security precaution, the underlying framework does not allow spaces for input names, for example:

 <input type='checkbox' name='group[example group]' ... >

Spaces are also not HTML compliant. The web form should be able to handle this situation.
No tags attached.
related to 0000723closed user2 app-groups allows group creation with spaces which is disallowed by app-users. 
Issue History
2013-01-11 19:55user2New Issue
2013-01-11 19:55user2Issue generated from: 0000723
2013-01-11 19:55user2Relationship addedrelated to 0000723
2013-01-11 19:56user2Statusnew => confirmed
2013-01-11 19:56user2Note Added: 0000637
2013-01-11 19:56user2Statusconfirmed => resolved
2013-01-11 19:56user2Fixed in Version => 6.4.0 Beta 2
2013-01-11 19:56user2Resolutionopen => fixed
2013-01-11 19:56user2Assigned To => user2
2013-02-27 14:11user2Checkin
2013-02-27 14:11user2Note Added: 0000724
2013-02-28 14:21user2Statusresolved => closed

Notes
(0000637)
user2   
2013-01-11 19:56   
SVN 5411
(0000724)
user2   
2013-02-27 14:11   
Source Code Changelog
---------------------------------------------------
- Continued with handling spaces in groups [tracker 0000932]

File Changes
---------------------------------------------------
Details: http://code.clearfoundation.com/svn/revision.php?repname=ClearOS&rev=5702 [^]
U webconfig/apps/groups/trunk/controllers/groups.php
U webconfig/apps/groups/trunk/views/item.php
U webconfig/apps/groups/trunk/views/members.php
U webconfig/apps/groups/trunk/views/summary.php