Skip to content

Commit d7eee78

Browse files
committed
Use bcrypt, fix makefile typo
1 parent 6ab5e03 commit d7eee78

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ BASE_DIR := $(dir $(abspath $(lastword $(MAKEFILE_LIST))))
44
all:
55
$(MAKE) -C $(dir (BASE_DIR)) build
66

7-
.PHOHNY: build
7+
.PHONY: build
88
build: bin/webdav-server
99

1010
.PHONY: clean

conf/users.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
---
2-
# test:test
3-
test: "$apr1$nw/o4A7S$qmck7MVFLZoWJ/9H6ZVm2/"
2+
# test:test (bcrypt)
3+
test: "$2y$05$pE2it4GHgh8Lcx4XXpHQneGNXVCSLUWIbftqJ3ixPUPS.4yF1X4VO"

0 commit comments

Comments
 (0)