From 4ea522d5a1c80eb1d31a0d6a3e5e2c42442bdab7 Mon Sep 17 00:00:00 2001 From: nadir Date: Thu, 19 Nov 2015 08:51:04 +0100 Subject: [PATCH] Password reset fix --- core/js/lostpassword.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/js/lostpassword.js b/core/js/lostpassword.js index 294a9d8c1cf6..ee5fdbc51b87 100644 --- a/core/js/lostpassword.js +++ b/core/js/lostpassword.js @@ -13,8 +13,8 @@ OC.Lostpassword = { resetErrorMsg : t('core', 'Password can not be changed. Please contact your administrator.'), init : function() { - $('#lost-password').click(OC.Lostpassword.sendLink); - $('#reset-password #submit').click(OC.Lostpassword.resetPassword); + //$('#lost-password').click(OC.Lostpassword.sendLink); + //$('#reset-password #submit').click(OC.Lostpassword.resetPassword); }, sendLink : function(event){