Password script in Hotspot mode

I could not to find the password view script in hotspot mode. I´m interesting to know user´s password without to use winbox . If somebody to know how to, please tell me.

/ip hotspot user export

will show all info about the hotspot user, including their password.

/ip hotspot user export

will show all info about the hotspot user, including their password.


The problems is that script will show up ALL the users and I need only one by time, searching it by user name.

:put [/ip hotspot user get [/ip hotspot user find name=username] password ]

–Eric

Thank you very much Eric, it worked very well …, you are a winner!!!