diff options
-rw-r--r-- | core/js/lostpassword.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/js/lostpassword.js b/core/js/lostpassword.js index aa1a864ffed..7145e219654 100644 --- a/core/js/lostpassword.js +++ b/core/js/lostpassword.js @@ -82,6 +82,9 @@ OC.Lostpassword = { OC.Lostpassword.resetDone ); } + if($('#encrypted-continue').attr('checked')) { + $('#reset-password #submit').hide(); + } }, resetDone : function(result){ |