lato 3.14.0 → 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 +2 -0
- data/lib/lato/version.rb +1 -1
- metadata +2 -2
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,8 @@ 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}")
|
297
|
+
Rails.logger.info("[hCaptcha] Verification result: #{result}")
|
296
298
|
unless result["success"]
|
297
299
|
@user.errors.add(:base, "hCaptcha verification failed")
|
298
300
|
respond_to do |format|
|
data/lib/lato/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: lato
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.14.
|
4
|
+
version: 3.14.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Gregorio Galante
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-08-
|
11
|
+
date: 2025-08-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|