diff --git a/docs/plugins/examples.rst b/docs/plugins/examples.rst index 928f5fb..bb446c6 100644 --- a/docs/plugins/examples.rst +++ b/docs/plugins/examples.rst @@ -69,7 +69,7 @@ Enable SAML authentication '"ENABLE_THIRD_PARTY_AUTH": true', ), ( - "openedx-lms-common-settings:", + "openedx-lms-common-settings", """ # saml special settings AUTHENTICATION_BACKENDS += ["common.djangoapps.third_party_auth.saml.SAMLAuthBackend", "django.contrib.auth.backends.ModelBackend"]