AutoPacker-OSS / autopacker

MIT License
6 stars 1 forks source link

Change the Regex for validateName in NewOrganization #117

Closed MrPrecise closed 3 years ago

MrPrecise commented 3 years ago

Description

Change the Regex here in the NewOrganization.js Right now you can't and add a organization with spaces in their names, many organization have spaces so this should be made support for.

Screenshots:

image

ANicholasson commented 3 years ago

This wouldn't work if we are going to create project images from/for organizations, so should keep this check. Same as it is on GitHub for example. Or you could add an extra field to the organization entity named "displayName" which is the text that is displayed. But the "name" should still meet those requirements.