1
0
mirror of https://github.com/misterunknown/ifm.git synced 2025-10-03 18:41:51 +02:00

Updated Authentication (markdown)

Marco Dickert
2017-09-12 14:13:09 +02:00
parent b3c559036f
commit 2980d2f289

@@ -10,7 +10,7 @@ Currently there are three supported authentication sources:
### inline
* syntax: `inline;<USERNAME>:<PASSWORDHASH>`
* `<PASSWORDHASH>` has to be a htpasswd compatible hash
* `<PASSWORDHASH>` has to be a htpasswd compatible hash. You can generate it via the [htpasswd](https://httpd.apache.org/docs/current/programs/htpasswd.html) utility.
### file
* syntax: `file;<PATH_TO_FILE>`