filament-authentication
filament-authentication copied to clipboard
As a system admin I want to prevent a user from reusing the same 2 passwords every set amount of time. Background I want the user to update their password...
Getting this error when pressing the "new user" button in the user screen. Filament\Support\Services\RelationshipJoiner::prepareQueryForNoConstraints(): Argument #1 ($relationship) must be of type Illuminate\Database\Eloquent\Relations\Relation, null given, called in C:\Websites\SDA2.0\SDA\vendor\filament\forms\src\Components\Select.php on line 773...
dialog closes itself when attach permission or role. in the browser console there is the following error log: **select.js?v=3.2.27.0:1 Uncaught (in promise) Could not find Livewire component in DOM tree...
Hi @phpsa , Is there any option to handle teams with this package (I can't find any things about teams in the documentation)? thanks for your reply, best regards: Peter
If a specific feature is disabled from the config file, there's no reason to load specific middlewares and routes. I am referring to: 1. ImpersonatingMiddleware 2. RenewPasswordMiddleware https://github.com/phpsa/filament-authentication/blob/d32ce3624a90532c8b4a0407766a62ba6f4afded/src/FilamentAuthentication.php#L58 And for...