Fix reset password

This commit is contained in:
calzoneman 2013-09-13 10:24:54 -05:00
parent 2b0e6a3dbf
commit 3f65a69f0e
4 changed files with 10 additions and 2 deletions

View file

@ -407,7 +407,7 @@ function setupCallbacks() {
if(!data.success)
alert(data.error);
else
alert("Password reset successful. Reset hash: " + data.hash);
alert("Password reset successful. Reset hash: /reset.html?" + data.hash);
});
socket.on("acp-channeldata", function(data) {