tekgrunt / kokalee

This is the main home for the edge networking project aimed at remote teams or low-budget remote camps (aka. tent style cams).
2 stars 1 forks source link

Enforce email for user name #21

Open tekgrunt opened 6 years ago

tekgrunt commented 6 years ago

We should enforce the use of email as a user name. Better yet, we should ask the user for their first, last and email when signing up... maybe even throw in an optional company and company website :)

Collecting this info will help us maximize our participation in the trade show.

forivall commented 6 years ago

remember that the only valid regex to check for an email address's validity is /@/, maybe with an fqdn regex after the @.