changed password to 'thepassword'
This commit is contained in:
parent
95a7fe24b3
commit
0ca6b6282e
@ -11,7 +11,7 @@ COOKIEJAR=cookies.txt
|
|||||||
curl -v -H "Content-Type: application/json" \
|
curl -v -H "Content-Type: application/json" \
|
||||||
-c ${COOKIEJAR} \
|
-c ${COOKIEJAR} \
|
||||||
-X POST \
|
-X POST \
|
||||||
-d '{"username":"user0","password":"password"}' \
|
-d '{"username":"user0","password":"thepassword"}' \
|
||||||
http://localhost:${PORT}/api/login
|
http://localhost:${PORT}/api/login
|
||||||
|
|
||||||
# this should succeed if the password is correct
|
# this should succeed if the password is correct
|
||||||
|
Loading…
x
Reference in New Issue
Block a user