This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Get encrypted password for use in API calls

I found this KB-article explaining how to get the encrypted password hash which can be used for API-calls.

However, if I logon to my advanced shell and copy/paste the exact string from the example, all I see is:

200 OK
{ "statusmessage": "", "status": "200" }

Looks it just returns an empty string and it does so on any password I throw at it. I suspect this may have something to do with the SSMK that has recently been introduced to XG but I cannot find how to get the encrypted hash.

In an old thread I found it should be visible from an export of the user, but while I do see a (very long) hash starting with $sfos$ this also doesn't work and it also doesn't work if I just strip $sfos$ from the password.

When I use the cleartext password I do get access, so API access in general seems okay.

PS, of course I used <Password passwordform="encrypt"> when trying the hashed password.

Does anyone know if it is even possible now to get the hash for an API admin user?



This thread was automatically locked due to age.