Reset default admin password

To reset the default admin password to 12345678 in Netpicker, you can execute the following command on the Netpicker host machine:

docker exec -ti db sh -c "echo update \\\"user\\\" set hashed_password=\'\\\$2b\\\$12\\\$LpfsC2FKiFhZ5/DASB4rgehpGK3E8S1KOI5PjoL7.4gIZKnQ/v0ZW\' | psql -U netpicker "