diff --git a/zproject/prod_settings_template.py b/zproject/prod_settings_template.py index 219237d2df..8aaa6e4ecf 100644 --- a/zproject/prod_settings_template.py +++ b/zproject/prod_settings_template.py @@ -243,7 +243,7 @@ AUTH_LDAP_USER_ATTR_MAP = { # ## A stable unique identifier for a user allows Zulip to ## automatically handle email address changes. - ## See https://zulip.readthedocs.io/en/latest/production/authentication-methods.html#identifying-user-accounts-via-a-unique-ldap-attribute + ## See https://zulip.readthedocs.io/en/latest/production/authentication-methods.html#synchronizing-email-addresses # "unique_account_id": "objectSid", ## ## Profile pictures can be pulled from the LDAP "thumbnailPhoto"/"jpegPhoto" field.