[PR #1549] [CLOSED] Fixes #1542 #1449

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

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/1549
Author: @J-Lassauw
Created: 7/22/2025
Status: Closed

Base: mainHead: 2fa-cptcha-fix


📝 Commits (2)

📊 Changes

3 files changed (+45 additions, -1 deletions)

View changed files

📝 app/Extensions/Captcha/Schemas/Turnstile/Component.php (+3 -1)
📝 app/Filament/Pages/Auth/Login.php (+41 -0)
📝 resources/views/filament/components/turnstile-captcha.blade.php (+1 -0)

📄 Description

disables turnstyle when the user is prompted for 2FA, in order to get to the 2FA prompt the user must pass turnstyle but can not use the same one twice.

Aims to fix #1542


🔄 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/1549 **Author:** [@J-Lassauw](https://github.com/J-Lassauw) **Created:** 7/22/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `2fa-cptcha-fix` --- ### 📝 Commits (2) - [`25eced9`](https://github.com/pelican-dev/panel/commit/25eced906fdb508ffa64e597bad87a8612c5a4ae) Fixes #1542 - [`e1e4eae`](https://github.com/pelican-dev/panel/commit/e1e4eae25485ee3e338a56d8e575130dc5d307b9) Changed captcha validation to the login view ### 📊 Changes **3 files changed** (+45 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `app/Extensions/Captcha/Schemas/Turnstile/Component.php` (+3 -1) 📝 `app/Filament/Pages/Auth/Login.php` (+41 -0) 📝 `resources/views/filament/components/turnstile-captcha.blade.php` (+1 -0) </details> ### 📄 Description disables turnstyle when the user is prompted for 2FA, in order to get to the 2FA prompt the user must pass turnstyle but can not use the same one twice. Aims to fix #1542 --- <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:14:21 +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#1449