webdav: switch to non-bcrypt config password
This commit is contained in:
parent
0c75bd0c26
commit
e2ef196a62
3 changed files with 47 additions and 43 deletions
|
|
@ -25,7 +25,7 @@ enabled = false
|
|||
|
||||
[[users]]
|
||||
username = '{{ webdav_user }}'
|
||||
password = '{bcrypt}{{ webdav_password_bcrypt }}'
|
||||
password = '{{ webdav_password }}'
|
||||
permissions = 'CRUD'
|
||||
|
||||
# vim: ft=toml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue