changed password to 'thepassword'

This commit is contained in:
Godmar Back 2018-04-21 17:36:20 -04:00
parent 95a7fe24b3
commit 0ca6b6282e

View File

@ -11,7 +11,7 @@ COOKIEJAR=cookies.txt
curl -v -H "Content-Type: application/json" \
-c ${COOKIEJAR} \
-X POST \
-d '{"username":"user0","password":"password"}' \
-d '{"username":"user0","password":"thepassword"}' \
http://localhost:${PORT}/api/login
# this should succeed if the password is correct