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.