oasis-art-project / oasis-server

Platform for the local arts
Other
2 stars 0 forks source link

Allow spaces in user first/last name #50

Closed codeanticode closed 4 years ago

codeanticode commented 5 years ago

Right now the validation regexp for first & last names is '^[a-zA-Z]+$', so it is not possible to create users with spaces in their names.

codeanticode commented 4 years ago

Looking back into this issue, I think is a reasonable restriction.