Sam ツ
Blocking logins from different domains
Hi, is there some sort of protection that whenever an admin tries to login that has an email that does not match the website it blocks that. What I am experiencing:
All users with [email protected] work and are able to login but whenever I change an users mail to [email protected] the login states that credentials do not match. If I change the mail address back again to [email protected] it works like expected again.
4 replies
Submit button when editing table data
Hi,
I am new to laravel and filament, in a table I have several fields that can be updated such as date and some booleans:
After some states have been updated I want to send customers a mail with an update regarding their order. Problem is that I do not want these mails to be directly sent and I'd rather have a submit button in the corner that the changes to the table can be submitted to prevent incorrect mails being send.
What would be a good method doing this, here is an example of one field that is being updated:
2 replies
Infolist and foreignid
Hi, I am quite new to laravel / filaments and am transfering one of my projects to Filament but I am struggling with foreign keys (I do think the answer might be quite straightforward)
I am trying to show data retrieved from a foreign key, I want to retrieve the serial_number vfrom "devices" via the constrain that exists with "tasks"
I can not quite find any documentation of this
This is my infolist
And this is my constrain as defined in tasks
Thanks in advance!
5 replies