Forum Discussion
Lukas_145238
Apr 02, 2014Altostratus
Python/Bigsuds: change_my_password does not work for guest user
Hi,
I'd like to change the password of a user with guest permissions on a BIG-IP v10.2.4 using python with bigsuds. Although the login is successful (I can get a list of pools etc.), Management.Use...
JRahm
Apr 07, 2014Admin
it doesn't look like from the methods descriptions that a guest can change their own password in iControl. Non-guest accounts are working fine with that method to change the password. It is possible to change guest accounts on their behalf without the old password:
b.Management.UserManagement.change_password_2(['guest1'],[{'is_encrypted': 0, 'password': 'letmein99'}])
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects