lato 3.14.1 → 3.14.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/controllers/lato/authentication_controller.rb +1 -0
- data/lib/lato/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 254e06533b438d0c28685b748ae61bf2db4d22aacb21fdd764ca00af21937cec
|
4
|
+
data.tar.gz: e5b156e7f28a9e7b3514cfa5dff2bb2f1d1c06df19a1e8dcfd17dcdd0e4f708f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 35b76b943f17b207dcde3a4208f22821b69b0ef3edd7fcbb3d997efc82636380c70fe50c657ab515251c3173f1353e83ad63c8ec674cfbdd479dd1557da7f26b
|
7
|
+
data.tar.gz: '069b79881b6daefa0e597ed085d7582f4b91cd1eeecdc5fa32dce891e78ec542651f3785375616082342d11f54adbdf084ffd552eb143de3b7b8fdaf4782c686'
|
@@ -293,6 +293,7 @@ module Lato
|
|
293
293
|
"remoteip" => request.remote_ip
|
294
294
|
})
|
295
295
|
result = JSON.parse(response.body)
|
296
|
+
Rails.logger.info("[hCaptcha] Verification remoteip: #{request.remote_ip}")
|
296
297
|
Rails.logger.info("[hCaptcha] Verification result: #{result}")
|
297
298
|
unless result["success"]
|
298
299
|
@user.errors.add(:base, "hCaptcha verification failed")
|
data/lib/lato/version.rb
CHANGED