mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-10 14:44:40 +02:00
TODO notes
This commit is contained in:
parent
eaace9a81d
commit
c5a72c7356
1 changed files with 1 additions and 0 deletions
|
@ -143,6 +143,7 @@ class NNTPServer extends NNTPServerBase {
|
|||
const user = new User();
|
||||
user.authenticate(username, password, err => {
|
||||
if(err) {
|
||||
// :TODO: Log IP address
|
||||
this.log.debug( { username, reason : err.message }, 'Authentication failure');
|
||||
return resolve(false);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue