问题
Now that SoftLayer has deprecated updatePassword, I am re designing our approach of username passwords. I am using SoftLayer_Account::getUsers method to retrieve a username profile and checking the password expiration date. If the password has expired I am going to use this new marvelous SoftLayer_User_Customer::initiatePortalPasswordChange method to change it, unless you can direct me to another way to change a user password. If the password has not expired, How can I retrieve the current password of a username profile?
回答1:
You can change it in Portal Control in login screen >> Reset Password
This is the only way to change it,
Any update or comment you can send an email to: PortalFeedback@softlayer.com
来源:https://stackoverflow.com/questions/38246936/display-username-password