Problem with user registration / groups

Hi,

There seems to be a problem between user registration via spark and the group feature of the server. Users are allowed to create a name containing a space but that user cannot be added to a group.

Am i missing something; is there a syntax i should use when adding this kind of user name to a group?

Thanks.

I found this too, generally it is a bad idea for any internet resource to contain a space in a name.

Discourage your users from creating a space, use a period or underscore instead.

One possible workaround: replace the space with: β€œ%20” when you try to add them to the group.

Not sure if that will work, but it’'s worth a shot. ML