added username/password authentication according to RFC 1929

This commit is contained in:
Marek Rost
2018-06-19 17:55:14 +02:00
parent 88c62c8a31
commit 8a317800ef
2 changed files with 55 additions and 11 deletions
+3
View File
@@ -0,0 +1,3 @@
$AUTH_ENABLED = 0;
$USERNAME = 'changeme';
$PASSWORD = '1234';