use token system (untested)
All checks were successful
/ example-docker-compose (push) Successful in 15m2s

This commit is contained in:
Failure 2024-11-27 22:15:44 -08:00
parent 2902e9af46
commit 2f18bb3787

View file

@ -283,8 +283,8 @@ public class Session {
if (managerFactory.configSettings().isHttpAuth()) {
try {
JsonObject body = new JsonObject();
body.addProperty("passphrase", password);
body.addProperty("accountName", userName);
body.addProperty("token", password);
body.addProperty("username", userName);
String json = body.toString();