LearnersGuild / idm

identity management service
MIT License
2 stars 24 forks source link

Full name required to be two words #164

Closed mantinone closed 7 years ago

mantinone commented 7 years ago

Fixes Story 2099

https://app.clubhouse.io/learnersguild/story/2099/players-should-be-required-to-have-a-name-with-at-least-two-words-representing-first-and-last-name

Overview

Added a check on the user's full name requiring two words separated by spaces. We also adjusted it so names would be required to be 2 characters long instead of 3 characters long, in case anyone has a very short name.

Data Model / DB Schema Changes

N/A

Environment / Configuration Changes

N/A

Notes