[PR #1501] [MERGED] Improve turnstile error handling (+ cleanup) #1421

Closed
opened 2026-02-05 18:13:22 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/1501
Author: @Boy132
Created: 7/8/2025
Status: Merged
Merged: 7/9/2025
Merged by: @Boy132

Base: mainHead: boy132/fix-captcha


📝 Commits (2)

  • 23f243b improve turnstile error handling
  • 203f1b8 change back to App::call

📊 Changes

6 files changed (+28 additions, -64 deletions)

View changed files

📝 app/Extensions/Captcha/Schemas/BaseSchema.php (+0 -5)
📝 app/Extensions/Captcha/Schemas/CaptchaSchemaInterface.php (+1 -6)
📝 app/Extensions/Captcha/Schemas/Turnstile/Rule.php (+6 -3)
📝 app/Extensions/Captcha/Schemas/Turnstile/TurnstileSchema.php (+21 -10)
app/Http/Middleware/VerifyCaptcha.php (+0 -39)
📝 bootstrap/app.php (+0 -1)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/pelican-dev/panel/pull/1501 **Author:** [@Boy132](https://github.com/Boy132) **Created:** 7/8/2025 **Status:** ✅ Merged **Merged:** 7/9/2025 **Merged by:** [@Boy132](https://github.com/Boy132) **Base:** `main` ← **Head:** `boy132/fix-captcha` --- ### 📝 Commits (2) - [`23f243b`](https://github.com/pelican-dev/panel/commit/23f243b09117238738f0ebc924f615032564ee84) improve turnstile error handling - [`203f1b8`](https://github.com/pelican-dev/panel/commit/203f1b82264cb62f304b05d51d1a9bfb001dc2bd) change back to App::call ### 📊 Changes **6 files changed** (+28 additions, -64 deletions) <details> <summary>View changed files</summary> 📝 `app/Extensions/Captcha/Schemas/BaseSchema.php` (+0 -5) 📝 `app/Extensions/Captcha/Schemas/CaptchaSchemaInterface.php` (+1 -6) 📝 `app/Extensions/Captcha/Schemas/Turnstile/Rule.php` (+6 -3) 📝 `app/Extensions/Captcha/Schemas/Turnstile/TurnstileSchema.php` (+21 -10) ➖ `app/Http/Middleware/VerifyCaptcha.php` (+0 -39) 📝 `bootstrap/app.php` (+0 -1) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 18:13:22 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel-pelican-dev#1421