Add an explicit cutoff date for audit cert granting.

The previous logic was a convoluted way of doing the same thing, and
has already led to one bug. Instead of hoping that the bugs are ironed
out now and that future devs maintain this logic properly, let's just
set a real cutoff date.
This commit is contained in:
Peter Fogg
2016-02-10 10:21:42 -05:00
parent 7ccca469fc
commit 2d028f8246
4 changed files with 61 additions and 14 deletions

View File

@@ -2755,6 +2755,10 @@ MOBILE_APP_USER_AGENT_REGEXES = [
DEPRECATED_ADVANCED_COMPONENT_TYPES = []
# Cutoff date for granting audit certificates
AUDIT_CERT_CUTOFF_DATE = None
################################ Settings for Credentials Service ################################
CREDENTIALS_SERVICE_USERNAME = 'credentials_service_user'