F
Filamentβ€’3mo ago
Neamix

No password inserted

Hey there, So i wanted to create my adminpanal for my application using Filament but users table already in use so i changed the auth table of admins for modal Admin till now every thing work fine but when i use this command to create new admin "php artisan make:filament-user" and entered email and name and password all data entered to admin table except password set to null
Solution:
Does your model have a fillable on it? and extend as per the standard user
Jump to solution
2 Replies
Solution
toeknee
toekneeβ€’3mo ago
Does your model have a fillable on it? and extend as per the standard user
Neamix
Neamixβ€’3mo ago
Nope, that was the error πŸ˜‚ Thx