mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-24 19:08:53 +03:00
[PR #925] [CLOSED] Migrate 2FA #1061
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/pelican-dev/panel/pull/925
Author: @notAreYouScared
Created: 1/18/2025
Status: ❌ Closed
Base:
main← Head:charles/2fa📝 Commits (3)
a8f31b5Merge branch 'main' into charles/2fae6eb0f3wipc8a08edremove user menu📊 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.