diff --git a/synapse/config/password.py b/synapse/config/password.py
index 00b1ea3df9851c5878312bf6c8ede163a6a8800e..66f0d93eeaa964fd259ea247fdcba031f4bd8ac5 100644
--- a/synapse/config/password.py
+++ b/synapse/config/password.py
@@ -30,8 +30,7 @@ class PasswordConfig(Config):
         # Enable password for login.
         password_config:
            enabled: true
-           # Uncomment for extra security for your passwords.
            # Change to a secret random string.
            # DO NOT CHANGE THIS AFTER INITIAL SETUP!
-           #pepper: "HR32t0xZcQnzn3O0ZkEVuetdFvH1W6TeEPw6JjH0Cl+qflVOseGyFJlJR7ACLnywjN9"
+           #pepper: ""
         """