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){