Fix reset password
This commit is contained in:
parent
2b0e6a3dbf
commit
3f65a69f0e
4 changed files with 10 additions and 2 deletions
|
|
@ -386,7 +386,7 @@ module.exports = function (Server) {
|
|||
});
|
||||
return;
|
||||
}
|
||||
ActionLog.record(ip, info[0], "password-recover-success");
|
||||
ActionLog.record(ip, auth.name, "password-recover-success");
|
||||
res.jsonp({
|
||||
success: true,
|
||||
name: auth.name,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue