You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a working SSO integration, and I would like to add functionality to inform users why they are not allowed to log in. From the authorizeUserUsing method, I can utilize Filament notifications to display specific messages to the user. However, the default user-not-allowed message continues to appear.
I would like to request the ability to customize or temporarily hide the default user-not-allowed message when I show a custom notification. The default message is still useful for other error scenarios, so I prefer not to disable it entirely.
At the moment, I don't see a way to accomplish this from the published files in my project, and I believe this feature would add more flexibility to the authorizeUserUsing method.
Thanks
The text was updated successfully, but these errors were encountered:
At this moment, you can publish the language files and change the message. We would accept a PR that allows for more customization of the message, or disable it entirely.
I have a working SSO integration, and I would like to add functionality to inform users why they are not allowed to log in. From the
authorizeUserUsing
method, I can utilize Filament notifications to display specific messages to the user. However, the defaultuser-not-allowed
message continues to appear.I would like to request the ability to customize or temporarily hide the default
user-not-allowed
message when I show a custom notification. The default message is still useful for other error scenarios, so I prefer not to disable it entirely.At the moment, I don't see a way to accomplish this from the published files in my project, and I believe this feature would add more flexibility to the
authorizeUserUsing
method.Thanks
The text was updated successfully, but these errors were encountered: