New Registration form that blocks bad domains

This commit is contained in:
2010-11-12 09:30:45 +00:00
parent dfd58473ed
commit 46f1cdd236
3 changed files with 28 additions and 2 deletions

View File

@@ -151,6 +151,10 @@ HR_STAFF_GROUP = 'HR Staff'
FULL_API_USER_ID = 415631
FULL_API_CHARACTER_ID = 246102445
## Email Registration
BANNED_EMAIL_DOMAINS = ['att.net']
# try and import local settings
try:
from settingslocal import *