Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
synapse
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Timo Ley
synapse
Commits
4106477e
Commit
4106477e
authored
9 years ago
by
Robin Lambertz
Browse files
Options
Downloads
Patches
Plain Diff
Config Comment mixup in captcha public/private key
parent
dc65d0ae
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
synapse/config/captcha.py
+2
-2
2 additions, 2 deletions
synapse/config/captcha.py
with
2 additions
and
2 deletions
synapse/config/captcha.py
+
2
−
2
View file @
4106477e
...
@@ -29,10 +29,10 @@ class CaptchaConfig(Config):
...
@@ -29,10 +29,10 @@ class CaptchaConfig(Config):
## Captcha ##
## Captcha ##
# This Home Server
'
s ReCAPTCHA public key.
# This Home Server
'
s ReCAPTCHA public key.
recaptcha_p
rivate
_key:
"
YOUR_P
RIVATE
_KEY
"
recaptcha_p
ublic
_key:
"
YOUR_P
UBLIC
_KEY
"
# This Home Server
'
s ReCAPTCHA private key.
# This Home Server
'
s ReCAPTCHA private key.
recaptcha_p
ublic
_key:
"
YOUR_P
UBLIC
_KEY
"
recaptcha_p
rivate
_key:
"
YOUR_P
RIVATE
_KEY
"
# Enables ReCaptcha checks when registering, preventing signup
# Enables ReCaptcha checks when registering, preventing signup
# unless a captcha is answered. Requires a valid ReCaptcha
# unless a captcha is answered. Requires a valid ReCaptcha
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment