Display username password

落爺英雄遲暮 提交于 2019-12-12 01:57:49

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!