mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-26 19:13:14 +03:00
Combine Login pages #179
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?
Originally created by @lancepioch on GitHub (Oct 24, 2024).
We currently have our original Login which supports both email and username for login and the new Filament login which only supports email. We want to remove the original login after updating the new Filament login to support usernames too!
https://laraveldaily.com/post/filament-3-login-with-name-username-or-email
@Boy132 commented on GitHub (Oct 24, 2024):
Note that #589 already adds a "custom" Login page, so this can be easily changed after that's merged.