Skip to content

Commit

Permalink
Merge pull request #7576 from nextcloud/fix_7574
Browse files Browse the repository at this point in the history
Use javascript to send the actual password reset
  • Loading branch information
blizzz authored Dec 19, 2017
2 parents cfd116b + cdaf99c commit b6fcf59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/js/lostpassword.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ OC.Lostpassword = {
$('#lost-password').click(OC.Lostpassword.resetLink);
$('#lost-password-back').click(OC.Lostpassword.backToLogin);
$('form[name=login]').submit(OC.Lostpassword.onSendLink);
$('#reset-password #submit').click(OC.Lostpassword.resetPassword);
OC.Lostpassword.resetButtons();
},

Expand Down

0 comments on commit b6fcf59

Please sign in to comment.