php artisan make:filament-user password can't type
Hi, I just did a fresh install of laravel and filament. When i use the php artisan make:filament-user command I can type the name and email, but not the password. it's as if it's locked and the only thing I can do is hit enter. Nedless to say, I can't log in to the admin panel.
I am using mamp, and the user is created even with that blank, but the password is some sort of hash.
I tried changing the password from the database, but then I get an encryption errod
I'm really at a loss. Any help is appreciated, and sorry for dumb question π
2 Replies
@Dan Suciu you can type it, it just doesn't show. Try make another user again but remember what u type in password
well...i did say it was a dumb question :))
that worked. Thank you