This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Password of the day as text file

Hi,

For some infotaintment system, I need to get the password of the day, from the UTM, which is normally send as an email, in plain text instead.

Do any of you have some tricks for this or do I have to do something with mail, and powershell things the rest of the way?

Many thanks in advance [;)]


This thread was automatically locked due to age.
Parents
  • How close is this?

    psql hotspot -U hotspot -c "SELECT name, password from portals;"


    More info:
    psql hotspot -U hotspot -c "SELECT * from portals;"


    loginuser is sufficient (root not required), additional filtering (text or SQL) may be needed if you have additional portals.
Reply
  • How close is this?

    psql hotspot -U hotspot -c "SELECT name, password from portals;"


    More info:
    psql hotspot -U hotspot -c "SELECT * from portals;"


    loginuser is sufficient (root not required), additional filtering (text or SQL) may be needed if you have additional portals.
Children
No Data