rejetto forum

HFS - Logout

0 Members and 1 Guest are viewing this topic.

Offline s5058079

  • Occasional poster
  • *
    • Posts: 2
    • View Profile
I know there is a topic about the log out.
But in this topic it's said it cant be done.

I'm here to ask how the authentication works.
Is there a .htpasswd file?
Where (in wich file) happens the authentication (with ~login in the URL)?
I'm using hfs 2.3 Beta.

1 Last thing: HFS is a genius program  ;)

kind regards,

s5058079
Fresh HFS user :D



Offline raybob

  • Tireless poster
  • ****
    • Posts: 454
    • View Profile
    • FileSplat.com
Passwords are stored in hfs.ini, encoded in some form, then stored as plaintext in memory when HFS loads.  You can access them directly through the HFS interface.

To log on, HFS uses only basic HTTP authentication (built into browsers) that only requires the username and password be sent encoded in the header of every request.