F
Filamentβ€’3mo ago
andika

login route

when access panel eg admin it will redirect to admin/login how to not redirect it ? when access admin show 404 ? thanks
6 Replies
Dennis Koch
Dennis Kochβ€’3mo ago
Why would you want to show a 404?
andika
andikaOPβ€’3mo ago
I came from WordPress. In WordPress, we hide wp-login. So when someone tries to access wp-admin, they can't get in.
toeknee
toekneeβ€’3mo ago
@Dennis Koch it's Security by obsecurity They can... but you can just change you panel name there is no need to hide anything. Just make it unique if you want it to be.
andika
andikaOPβ€’3mo ago
I changed the path to something unique and also updated the login route slug. For now, I'll just keep my panel path unique
toeknee
toekneeβ€’3mo ago
But filament natively has throttling on login anyway, so brute forcing which Wordpress allows isn't allowed here πŸ™‚
andika
andikaOPβ€’3mo ago
Okay thanks for the help. I think my asking for help can become a suggestion 😊.

Did you find this page helpful?