Skip to content

Commit

Permalink
Password reset fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nadir committed Nov 19, 2015
1 parent 700a7e3 commit 4ea522d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/js/lostpassword.js
Original file line number Diff line number Diff line change
Expand Up @@ -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){
Expand Down

0 comments on commit 4ea522d

Please sign in to comment.