User Status Is enable or disable ?
If user'status is disable can not login ..
How do it plase help me π’
3 Replies
My brother in Christ, what is the question?
1) If a user is disabled, I don't want them to login. How do I do that?
2) If a user is disabled, the can't login. Why does this happen?
Anyway, have a look here
https://filamentphp.com/docs/3.x/panels/users#customizing-the-authentication-features
You can probably override the login page in your panel with something like
login(MyCustomLogin::class)
or something.HELP ME