I'm developing a program about softlayer api, and I have a problem with get vpn password.
I call SoftLayer_Account::getPptpVpnUsers function and SoftLayer_Account::getSslVpnUsers function to get vpn information. However, the returned password in the result has been Hash.
I test a lot of method, but noting to get about the initial vpn password. I want to get the method to get the initial vpn password by softlayer api.
regards~