mirror of
https://github.com/sct/overseerr.git
synced 2025-09-17 17:24:35 +02:00
feat(login): add request ip to the failed request log (#714)
This commit is contained in:
@@ -151,6 +151,7 @@ authRoutes.post('/local', async (req, res, next) => {
|
||||
logger.info('Failed login attempt from user with incorrect credentials', {
|
||||
label: 'Auth',
|
||||
account: {
|
||||
ip: req.ip,
|
||||
email: body.email,
|
||||
password: '__REDACTED__',
|
||||
},
|
||||
|
Reference in New Issue
Block a user