Skip to content

Commit

Permalink
Merge pull request #10735 from nextcloud/forgotten-pass-fix-link
Browse files Browse the repository at this point in the history
[stable13] Forgotten pass fix link
  • Loading branch information
MorrisJobke committed Aug 20, 2018
2 parents 1bd21fa + c428c7c commit 8d41d00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/js/lostpassword.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ OC.Lostpassword = {
resetErrorMsg : t('core', 'Password can not be changed. Please contact your administrator.'),

init : function() {
$('#lost-password').click(OC.Lostpassword.resetLink);
$('#lost-password[href=""]').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);
Expand Down

0 comments on commit 8d41d00

Please sign in to comment.