kitware-resonant / dkc-next

Apache License 2.0
3 stars 0 forks source link

Enable usernames that are distinct from emails #70

Closed jbeezley closed 3 years ago

zachmullen commented 3 years ago

Are usernames restricted in any way? Like does this ensure that they won't be email addresses?

jbeezley commented 3 years ago

The default validator is the regex ^[\w.@+-]+\Z, so emails are allowed.