Hi,
I am having an issue retrieving the password for a hotspot user via the API.
My app calls
Send("/ip/hotspot/user/print", False)
Send("detail", True)
The result gives me the following
!re=.id=*3=server=server1=name=1A=password=******=profile=default= ...
As you can see the password is showing as ***** and I do not know how to decypher it to get the plain text password.
Any help would be appreciated
I am using RouterOS 6.38.1
Dave