Change password

hello
i have quick question :slight_smile: is it posible to change admin password using API ? :slight_smile:

hmm when i do:
/user/print

API:

!re
=.id=*1
=name=admin
=group=full
=disabled=false
=comment=system default user

!done


there’s no option to change password :wink: i’m using Python API :slight_smile: and i’m new with ROS api :slight_smile:

heheh that was easy :slight_smile: sry :wink:

/user/set
=.id=*1
=password=test

Thx4all :slight_smile: peace