summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2018-12-13 19:43:46 +0100
committerGitHub <noreply@github.com>2018-12-13 19:43:46 +0100
commitb0ac37d7789bc722d313a94ed1148dd1cea0a72a (patch)
tree73e65d9220864d35f3d04ece23deadcb6a1c9cea
parent6e913298724b508ae1fb0653b56f43db067d60a5 (diff)
parent7fb312b07af878a91ee6e80a2501672db338ddac (diff)
downloadnextcloud-server-b0ac37d7789bc722d313a94ed1148dd1cea0a72a.tar.gz
nextcloud-server-b0ac37d7789bc722d313a94ed1148dd1cea0a72a.zip
Merge pull request #13033 from RandieM/password-reset-checkbox-invisible
fixes issue #12383
-rw-r--r--core/js/lostpassword.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/js/lostpassword.js b/core/js/lostpassword.js
index 628ab45e888..084a53f412f 100644
--- a/core/js/lostpassword.js
+++ b/core/js/lostpassword.js
@@ -5,7 +5,7 @@ OC.Lostpassword = {
sendSuccessMsg : t('core', 'The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator.'),
encryptedMsg : t('core', "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?")
- + ('<br /><input type="checkbox" id="encrypted-continue" value="Yes" />')
+ + ('<br /><input type="checkbox" id="encrypted-continue" class="checkbox checkbox--white" value="Yes" />')
+ '<label for="encrypted-continue">'
+ t('core', 'I know what I\'m doing')
+ '</label><br />',