Password is not confirmed with invalid password
Request
| Method: | POST |
| Route: | confirm-password |
| Example: | confirm-password |
| Input | Value |
|---|---|
| password | wrong-password |
Request Headers
| host: | 127.0.0.1:8000 |
| accept: | text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 |
| user-agent: | Symfony |
| content-type: | application/x-www-form-urlencoded |
| accept-charset: | ISO-8859-1,utf-8;q=0.7,*;q=0.7 |
| accept-language: | en-us,en;q=0.5 |
Response
302
HTML
Response Headers
| date: | Tue, 10 Nov 2020 17:42:38 GMT |
| location: | http://127.0.0.1:8000 |
| set-cookie: | XSRF-TOKEN=eyJpdiI6Iit3L2hCL2oySk5tekIrdUlkQU9NdkE9PSIsInZhbHVlIjoicU0yUjNtMDc3ZW9DMlFBOExEYmRtcFlBWUZMRHZ3TE01SWNaN2VVVi9QeHRxSXBnT3BNYllTVGZVNHJOT0lGemV6NlFtTHJ5RWx4VldZKzlZeURjdHhWWWFNRlpDSDR2V25yTTdBL3hmemhjNnByTkhUbjl5ditmUkxDWkV5eFMiLCJtYWMiOiIxZWJiZjk4MzliNzJiYTI4YTYwYzYyYzIxMzIwZGM1NmQxNzBkYjk3YmEyM2U2MGViOTgxMTQxYWRiZTc0NDU5In0%3D; expires=Tue, 10-Nov-2020 19:42:38 GMT; Max-Age=7200; path=/; samesite=lax laravel_session=eyJpdiI6Ii96eHZjTTBSemtWTVpmSkhIVjZWcFE9PSIsInZhbHVlIjoiZ04zWUZNRFdrMzJJQWR0WnptUTJnbEtwcDF6YWhINmtXd0FpZDkxMTREWnZubUVWL1Z4N0M0UEdtcUtzY21XYlFzdUl2Q1FmaytKVlhvVk1yZjhzd1B6Z2paMG1yRnUxMjhzR09pWVBsRG1TcWRkdHU1RmpoM1o0MS95UDlxRlciLCJtYWMiOiJkMDkxOTBlNTA4ZWZjZDEwOGUwNTI5ODRmMDAyZGE1ZmNjZWRmOTMyMjBiNjg2NzgxMmY5MThlODM3ZGRhYjA5In0%3D; expires=Tue, 10-Nov-2020 19:42:38 GMT; Max-Age=7200; path=/; httponly; samesite=lax |
| content-type: | text/html; charset=UTF-8 |
| cache-control: | no-cache, private |
Session Data
{
"_token": "3g6N0gxermsT0aFKLGEWzAu0j6HQYUakPl9fapxC",
"errors": {
"default": {
"password": [
"The provided password is incorrect."
]
}
},
"_flash": {
"new": [],
"old": [
"errors"
]
}
}
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta http-equiv="refresh" content="0;url='http://127.0.0.1:8000'" />
<title>Redirecting to http://127.0.0.1:8000</title>
</head>
<body>
Redirecting to <a href="http://127.0.0.1:8000">http://127.0.0.1:8000</a>.
</body>
</html>
Time: 0.22
insert into `users` (`name`, `email`, `email_verified_at`, `password`, `remember_token`, `updated_at`, `created_at`) values (?, ?, ?, ?, ?, ?, ?)
Bindings
| 0: | Newell Thiel I |
| 1: | lambert.aufderhar@example.com |
| 2: | 2020-11-10 17:42:38 |
| 3: | $2y$10$92IXUNpkjO0rOQ5byMi.Ye4oKoEa3Ro9llC/.og/at2.uheWG/igi |
| 4: | iHYuhgtKVH |
| 5: | 2020-11-10 17:42:38 |
| 6: | 2020-11-10 17:42:38 |
Time: 0.29
select * from `users` where `email` = ? limit 1
Bindings
| 0: | lambert.aufderhar@example.com |
Request
| Method: | POST |
| Route: | confirm-password |
| Example: | confirm-password |
| Input | Value |
|---|---|
| password | wrong-password |
Request Headers
| host: | 127.0.0.1:8000 |
| accept: | text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 |
| user-agent: | Symfony |
| content-type: | application/x-www-form-urlencoded |
| accept-charset: | ISO-8859-1,utf-8;q=0.7,*;q=0.7 |
| accept-language: | en-us,en;q=0.5 |