Skip to content

Commit 7ad73c8

Browse files
committed
Add new captcha key
1 parent ec4ce28 commit 7ad73c8

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,5 +111,10 @@ To deploy:
111111
bundle exec cap production deploy
112112
```
113113

114+
#### Captcha information
115+
The captcha is configured at https://www.google.com/recaptcha/admin under the account `apps@viget.com`.
116+
117+
Account details for that shared app account are available [in 1Password](https://start.1password.com/open/i?a=AMZ7SJK7R5ELTBZKA4GUYTUUDM&v=maxyfxamkf65q6flnyqzyixhgi&i=4yowbbfk7hool3oh4a6ur3w7iu&h=viget.1password.com).
118+
114119
## Contributing
115120
- We're using a "rebase and merge" workflow for a linear commit history.

config/initializers/pointless_feedback.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
config.to_emails = [
1212
'noah.over@viget.com'
1313
]
14-
config.google_captcha_site_key = "6Lcx6pQUAAAAANoXFts8_nsPSoNikCW6p80aCIL_"
15-
config.google_captcha_secret_key = "6Lcx6pQUAAAAALoO68Z-f5vxBehQZLkxZkQvwkGw"
14+
config.google_captcha_site_key = "6LdKEdUrAAAAAKr1rPKsJAfWeFr8ouo3BLRCoyrR"
15+
config.google_captcha_secret_key = "6LdKEdUrAAAAAPW0xa8av_T3D_NsHbeTqp2VH1ff"
1616

1717
# Configure the words that will prevent an email from being sent if they are
1818
# contained in the description

0 commit comments

Comments
 (0)