diff --git a/public/templates/reset.tpl b/public/templates/reset.tpl index 9952287f4d..17c974c883 100644 --- a/public/templates/reset.tpl +++ b/public/templates/reset.tpl @@ -21,7 +21,7 @@ document.getElementById('reset').onclick = function() { if (inputEl.value.length > 0 && inputEl.value.indexOf('@') !== -1) { - socket.emit('user.send_reset', { email: inputEl.value }); + socket.emit('user:reset.send', { email: inputEl.value }); } else { jQuery('#success').hide(); jQuery(errorEl).show(); diff --git a/public/templates/reset_code.tpl b/public/templates/reset_code.tpl index ca5d63c8ff..8e480b5ea3 100644 --- a/public/templates/reset_code.tpl +++ b/public/templates/reset_code.tpl @@ -5,10 +5,16 @@ Password Changed
-