added username/password authentication according to RFC 1929
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
$AUTH_ENABLED = 0;
|
||||
$USERNAME = 'changeme';
|
||||
$PASSWORD = '1234';
|
||||
Reference in New Issue
Block a user