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;
}