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:12:24 +02:00
parent b7cdbbb7a6
commit b3c559036f

@@ -10,7 +10,7 @@ Currently there are three supported authentication sources:
### inline
* syntax: `inline;<USERNAME>:<PASSWORDHASH>`
* `<PASSWORDHASH>` has to be a password hash which was generated by PHPs `password_hash` function.
* `<PASSWORDHASH>` has to be a htpasswd compatible hash
### file
* syntax: `file;<PATH_TO_FILE>`