can’t make user yo my admin panel
Hi i try to make a new user to my panel and I can’t set the password it’s generated by its self
And if i change the password from myphp sql
It’s say the following 😭💔
25 Replies
did you store a plain text to the password field ?
should use bcrypt('your-password-here')
how are you changing password?
From myphpadmin
Not work
try setting the password from a seeder, using the bcrypt method
you shouldnt change password directly from phpmyadmin
'field' => bcrypt('password')
I want to add a new user and I can’t set the password I just can press enter 😭
php artisan make:filament-user
many options for your problem, but i'm not entirely sure what you're looking forYes i try can’t set the password
please show what is going wrong
code/errors
You could just reset the password via the Reset by email option too...
I want to login now
The password is hidden on typing..... so type it and hit return.
lol
But in databases its bycript
🤓🤓💔
Yes.... but you login with the password you typed!
It's obviously not going to be stored in plain text 🤣
Ooooh i get it 😭😭
I thought its not typing any thing
Can I remove the hide?
Oh dear, I presume you are not a laravel developer.
I highly suggest you learn basic PHP Development before jumping into Laravel and Filament
At all just have basic 🤓
Yeah learn more about laravel and php in general first before using filament
Big thank you 🙏🏻
I will thank to all
Also try pressing
Windows Key + Shift + S
for screenshots