Member Since 5 Years Ago
3,605 experience to go until the next level!
In case you were wondering, you earn Laracasts experience when you:
Earned once you have completed your first Laracasts lesson.
Earned once you have earned your first 1000 experience points.
Earned when you have been with Laracasts for 1 year.
Earned when you have been with Laracasts for 2 years.
Earned when you have been with Laracasts for 3 years.
Earned when you have been with Laracasts for 4 years.
Earned when you have been with Laracasts for 5 years.
Earned when at least one Laracasts series has been fully completed.
Earned after your first post on the Laracasts forum.
Earned once 100 Laracasts lessons have been completed.
Earned once you receive your first "Best Reply" award on the Laracasts forum.
Earned if you are a paying Laracasts subscriber.
Earned if you have a lifetime subscription to Laracasts.
Earned if you share a link to Laracasts on social media. Please email [email protected] with your username and post URL to be awarded this badge.
Earned once you have achieved 500 forum replies.
Earned once your experience points passes 100,000.
Earned once your experience points hits 10,000.
Earned once 1000 Laracasts lessons have been completed.
Earned once your "Best Reply" award count is 100 or more.
Earned once your experience points passes 1 million.
Earned once your experience points ranks in the top 50 of all Laracasts users.
Replied to Strange Password In My Database
Yes He has 2 accounts and he made them after each other the first account is fine but the second account has this strange password
Replied to Strange Password In My Database
I have Telescope and I'm watching that user all the time, He is a normal user nothing wrong
I'm using Laravel default authentication controller and nothing else My app is new and I'm watching all the request to my server one by one (literally one by one)
By the way, I spent years hacking other people platforms and I'm pretty sure I can't find a SQL injection if I see one
Replied to Strange Password In My Database
look at this image just one of the passwords are strange and user is able to login with this incorrect password
Replied to Strange Password In My Database
I know passwords are hashed but one hash doesn't look like other hashes
Replied to Strange Password In My Database
I'm using laravel default authentication controller and model I didn't do anything or I never changed anything in RegisterController
I test it this is not user password I couldn't login to my platform with that password so the real password is something else and this is a hashed password from laravel
Started a new Conversation Strange Password In My Database
Right now all password in my database look like something like this
"$2y$10$AKexTWYOR1M/CTbMxC2CqORKlZgdFaCu3wQeruH61ZLHDJjTGtZvK"
But only one of my user has a password like this
"22732762"
This user logged in to my website several times without any problem
Why this password is like this?