use uid, socket.uid is always 0 here

v1.18.x
Barış Soner Uşaklı 10 years ago
parent 5dfafff421
commit a62a3647a0

@ -107,7 +107,7 @@ SocketUser.reset.commit = function(socket, data, callback) {
});
events.log({
type: 'password-reset',
uid: socket.uid,
uid: uid,
ip: socket.ip
});
callback();

Loading…
Cancel
Save