mirror of
https://github.com/dani-garcia/vaultwarden
synced 2024-12-14 01:23:55 +01:00
Close #264. Usernames and IP addresses are logged on successful authentication
This commit is contained in:
parent
7adc045b80
commit
e26e2319da
1 changed files with 1 additions and 0 deletions
|
@ -129,6 +129,7 @@ fn _password_login(data: ConnectData, conn: DbConn, ip: ClientIp) -> JsonResult
|
|||
result["TwoFactorToken"] = Value::String(token);
|
||||
}
|
||||
|
||||
info!("User {} logged in successfully. IP: {}", username, ip.ip);
|
||||
Ok(Json(result))
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue