Allow numbers in htpasswd usernames

This commit is contained in:
Konrad Wojas
2021-01-04 22:14:23 +08:00
parent 4c5077769c
commit 83e78c6cd7
2 changed files with 2 additions and 1 deletions

View File

@@ -13,4 +13,5 @@ curl -v -X DELETE -u foo/config:attack http://localhost:8000/foo/config
https://github.com/restic/rest-server/issues/131
https://github.com/restic/rest-server/pull/132
https://github.com/restic/rest-server/pull/137