webdav: switch to non-bcrypt config password

This commit is contained in:
Jef Roosens 2025-04-14 14:32:04 +02:00
parent 0c75bd0c26
commit e2ef196a62
Signed by: Jef Roosens
GPG key ID: 21FD3D77D56BAF49
3 changed files with 47 additions and 43 deletions

View file

@ -25,7 +25,7 @@ enabled = false
[[users]]
username = '{{ webdav_user }}'
password = '{bcrypt}{{ webdav_password_bcrypt }}'
password = '{{ webdav_password }}'
permissions = 'CRUD'
# vim: ft=toml