Adding back admin unit test

This commit is contained in:
=Corey Hulen
2015-09-10 15:05:19 -07:00
parent 8bf35081c8
commit 616593f434
2 changed files with 3 additions and 3 deletions

View File

@@ -106,8 +106,8 @@ var tReservedDomains = []struct {
}{
{"test-hello", true},
{"test", true},
//{"admin", true},
//{"Admin-punch", true},
{"admin", true},
{"Admin-punch", true},
{"spin-punch-admin", false},
}

View File

@@ -151,7 +151,7 @@ func IsValidEmail(email string) bool {
var reservedName = []string{
"www",
"web",
//"admin",
"admin",
"support",
"notify",
"test",