Closed directormac closed 3 years ago
What do you want to do ? I don't get what's your goal.
Well by that statement i searched the user by name then want to change the password of that account by using the update but nothing changes.
print statements is just me confirming tht i searched it right console prints its updatrd but nothing happened
password
field is considered secret and you will not see it. You can change it though.
How can i change that? i cant seem to find any options to do so.
How can i change that? i cant seem to find any options to do so.
Just like you do it now.
How can i change that? i cant seem to find any options to do so.
Just like you do it now. adding and removing was no problem but changing or updating seems to fail for me. icant figure out why
What do you mean by "fails for me" ?
` def update_user_password(self, newName, new_password):
Changes are printed into the console but not affecting mikrotik secret, Can you help?