[PR #925] [CLOSED] Migrate 2FA #1061

Closed
opened 2026-02-04 19:14:14 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/925
Author: @notAreYouScared
Created: 1/18/2025
Status: Closed

Base: mainHead: charles/2fa


📝 Commits (3)

📊 Changes

50 files changed (+1081 additions, -519 deletions)

View changed files

app/Actions/Fortify/CreateNewUser.php (+40 -0)
app/Actions/Fortify/PasswordValidationRules.php (+18 -0)
app/Actions/Fortify/ResetUserPassword.php (+29 -0)
app/Actions/Fortify/UpdateUserPassword.php (+32 -0)
app/Actions/Fortify/UpdateUserProfileInformation.php (+58 -0)
app/Console/Commands/User/DisableTwoFactorCommand.php (+0 -34)
app/Events/Auth/ProvidedAuthenticationToken.php (+0 -11)
app/Exceptions/Http/TwoFactorAuthRequiredException.php (+0 -18)
app/Exceptions/Service/User/TwoFactorAuthenticationTokenInvalid.php (+0 -17)
📝 app/Filament/Admin/Resources/UserResource/Pages/ListUsers.php (+0 -7)
📝 app/Filament/Pages/Auth/EditProfile.php (+0 -93)
📝 app/Filament/Pages/Auth/Login.php (+2 -2)
app/Http/Controllers/Api/Client/TwoFactorController.php (+0 -100)
app/Http/Middleware/RequireTwoFactorAuthentication.php (+0 -59)
📝 app/Models/Server.php (+1 -1)
📝 app/Models/User.php (+5 -22)
📝 app/Providers/EventServiceProvider.php (+5 -0)
📝 app/Providers/Filament/AdminPanelProvider.php (+9 -2)
📝 app/Providers/Filament/AppPanelProvider.php (+9 -2)
📝 app/Providers/Filament/ServerPanelProvider.php (+9 -2)

...and 30 more files

📄 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/925 **Author:** [@notAreYouScared](https://github.com/notAreYouScared) **Created:** 1/18/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `charles/2fa` --- ### 📝 Commits (3) - [`a8f31b5`](https://github.com/pelican-dev/panel/commit/a8f31b566c3b9393da4614339d77d2456a39fb38) Merge branch 'main' into charles/2fa - [`e6eb0f3`](https://github.com/pelican-dev/panel/commit/e6eb0f306bfbf1df20f229db486757bc99ac4039) wip - [`c8a08ed`](https://github.com/pelican-dev/panel/commit/c8a08eda471c4cc2caf7dcf48bb732dfbaad2387) remove user menu ### 📊 Changes **50 files changed** (+1081 additions, -519 deletions) <details> <summary>View changed files</summary> ➕ `app/Actions/Fortify/CreateNewUser.php` (+40 -0) ➕ `app/Actions/Fortify/PasswordValidationRules.php` (+18 -0) ➕ `app/Actions/Fortify/ResetUserPassword.php` (+29 -0) ➕ `app/Actions/Fortify/UpdateUserPassword.php` (+32 -0) ➕ `app/Actions/Fortify/UpdateUserProfileInformation.php` (+58 -0) ➖ `app/Console/Commands/User/DisableTwoFactorCommand.php` (+0 -34) ➖ `app/Events/Auth/ProvidedAuthenticationToken.php` (+0 -11) ➖ `app/Exceptions/Http/TwoFactorAuthRequiredException.php` (+0 -18) ➖ `app/Exceptions/Service/User/TwoFactorAuthenticationTokenInvalid.php` (+0 -17) 📝 `app/Filament/Admin/Resources/UserResource/Pages/ListUsers.php` (+0 -7) 📝 `app/Filament/Pages/Auth/EditProfile.php` (+0 -93) 📝 `app/Filament/Pages/Auth/Login.php` (+2 -2) ➖ `app/Http/Controllers/Api/Client/TwoFactorController.php` (+0 -100) ➖ `app/Http/Middleware/RequireTwoFactorAuthentication.php` (+0 -59) 📝 `app/Models/Server.php` (+1 -1) 📝 `app/Models/User.php` (+5 -22) 📝 `app/Providers/EventServiceProvider.php` (+5 -0) 📝 `app/Providers/Filament/AdminPanelProvider.php` (+9 -2) 📝 `app/Providers/Filament/AppPanelProvider.php` (+9 -2) 📝 `app/Providers/Filament/ServerPanelProvider.php` (+9 -2) _...and 30 more files_ </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-04 19:14:14 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#1061