﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	resolution	keywords	cc	parents
1096	User registration form is too strict with usernames	Matt Molyneaux		"Usernames with ""-"" (dash) are disallowed. The current regex in `normalize_user_or_email_field` is:

> ^\w+$

This does allow underscores are fine with this regex though!

`./bin/gmg adduser` allow usernames with dashes, so either validation needs to happen there or the restriction needs to be lifted in the form."	enhancement	closed	major	0.9.0	programming	fixed	bitesize		
