From 4f0af713d892466e85aa8c1c8a79dc38d04a07f6 Mon Sep 17 00:00:00 2001 From: Maxwell Frank Date: Thu, 15 Sep 2022 17:49:44 +0000 Subject: [PATCH] fix: update cert requirements --- .../docs/decisions/001-allowlist-cert-requirements.rst | 2 +- .../certificates/docs/decisions/002-cert-requirements.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lms/djangoapps/certificates/docs/decisions/001-allowlist-cert-requirements.rst b/lms/djangoapps/certificates/docs/decisions/001-allowlist-cert-requirements.rst index 1a6dbba09d..610277c37d 100644 --- a/lms/djangoapps/certificates/docs/decisions/001-allowlist-cert-requirements.rst +++ b/lms/djangoapps/certificates/docs/decisions/001-allowlist-cert-requirements.rst @@ -31,7 +31,7 @@ the time the certificate is generated: * The enrollment mode must be eligible for a certificate * The enrollment does not need to be active -* The user must have an approved, unexpired, ID verification * The user must not have an invalidated certificate for the course run (see the *CertificateInvalidation* model) * HTML (web) certificates must be globally enabled, and also enabled for the course run * The user must be on the allowlist for the course run (see the *CertificateAllowlist* model) +* If the `ENABLE_CERTIFICATES_IDV_REQUIREMENT` WaffleFlag is enabled, a user must have an approved and unexpired ID verification. diff --git a/lms/djangoapps/certificates/docs/decisions/002-cert-requirements.rst b/lms/djangoapps/certificates/docs/decisions/002-cert-requirements.rst index 7b657e708a..175c52d844 100644 --- a/lms/djangoapps/certificates/docs/decisions/002-cert-requirements.rst +++ b/lms/djangoapps/certificates/docs/decisions/002-cert-requirements.rst @@ -24,9 +24,9 @@ be true at the time the certificate is generated: * The enrollment mode must be eligible for a certificate * The enrollment does not need to be active -* The user must have an approved, unexpired, ID verification * The user must not have an invalidated certificate for the course run (see the *CertificateInvalidation* model) * HTML (web) certificates must be globally enabled, and also enabled for the course run * The user must have passed the course run * The user must not be a beta tester in the course run * The course run must not be a CCX (custom edX course) +* If the `ENABLE_CERTIFICATES_IDV_REQUIREMENT` WaffleFlag is enabled, a user must have an approved and unexpired ID verification.