From 8136c92e5c873e9d301c173112b7a2e6390efbf6 Mon Sep 17 00:00:00 2001 From: Leonetienne Date: Fri, 8 Apr 2022 22:25:49 +0200 Subject: [PATCH] Wording --- server.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server.js b/server.js index 7129183..1734141 100755 --- a/server.js +++ b/server.js @@ -174,7 +174,7 @@ function testAuthentication(request, response) { response.writeHead(401, { 'Content-Type': 'text/html' }); - response.end('WOOP! WOOP! Invalid password!
This attempt as been logged.

Need to reset your password? Replace the password hash in config.yaml with a new one.
This password hashes to: ' + passwordHash + '.'); + response.end('WOOP! WOOP! Invalid password!
This attempt as been logged.

Need to reset your password? Replace the password hash in config.toml with a new one.
This password hashes to: ' + passwordHash + '.'); return; }