cachethq / cachet

🚦 The open-source status page system.
https://cachethq.io
MIT License
13.79k stars 1.55k forks source link

[3.x] Implement the filament user contract #4371

Closed ashleyshenton closed 5 months ago

ashleyshenton commented 5 months ago

This PR adds the FilamentUser interface to the user model to prevent a 403 when logging in on a non-local environment. I've set it to just return true to allow all users access to the cachet dashboard as I believe this is the desired functionality. I can amend this if needed.

I've updated the test account email in the README to reflect the user that is seeded and mentioned in the recent blog post.

jbrooksuk commented 5 months ago

Thanks, @ashleyshenton!

jbrooksuk commented 5 months ago

This is now deployed and all fixed.