From 1267a9f1c5ebc1571de6297eb30828f8e46a8dc8 Mon Sep 17 00:00:00 2001 From: Andrew Natoli Date: Tue, 30 Aug 2016 21:04:47 -0400 Subject: [PATCH] Allow @codeforcharlotte.org registrations --- app/Http/Controllers/Auth/AuthController.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/app/Http/Controllers/Auth/AuthController.php b/app/Http/Controllers/Auth/AuthController.php index c4f8fff1..8118160b 100644 --- a/app/Http/Controllers/Auth/AuthController.php +++ b/app/Http/Controllers/Auth/AuthController.php @@ -16,9 +16,10 @@ function appropriate_email_domains() { return [ - "CMPD" => "cmpd.org", - "CMS" => "cms.k12.nc.us", - "CFD" => "ci.charlotte.nc.us" + "CMPD" => "cmpd.org", + "CMS" => "cms.k12.nc.us", + "CFD" => "ci.charlotte.nc.us", + "CFC" => "codeforcharlotte.org" ]; }