forked from External/mage
use token system (untested)
All checks were successful
/ example-docker-compose (push) Successful in 15m2s
All checks were successful
/ example-docker-compose (push) Successful in 15m2s
This commit is contained in:
parent
2902e9af46
commit
2f18bb3787
1 changed files with 2 additions and 2 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue