feat: add bcrypt command

This commit is contained in:
Henrique Dias
2024-12-22 10:28:49 +01:00
parent dce6010b61
commit eaf42b03e9
2 changed files with 51 additions and 0 deletions
+2
View File
@@ -139,6 +139,8 @@ users:
- username: admin
password: admin
# Example 'john' user with bcrypt encrypted password, with custom directory.
# You can generate a bcrypt-encrypted password by using the 'webdav bcrypt'
# command lint utility.
- username: john
password: "{bcrypt}$2y$10$zEP6oofmXFeHaeMfBNLnP.DO8m.H.Mwhd24/TOX2MWLxAExXi4qgi"
directory: /another/path