ExtensionEngine / tailor

Content authoring platform
MIT License
31 stars 10 forks source link

Implement user name format validation #803

Closed lukasaric closed 3 years ago

lukasaric commented 3 years ago

In order to improve name validation, this PR adds:

🔍 QA note:

Check all name input validations (e.g first and last name)

kjuej commented 3 years ago

@malizeus Some improvement suggestions:

  1. Dots apostrophes and hyphens should not appear in the beginning or end of the name
  2. There should not be more than 1 hyphen/apostrophe/dot in a row.