]> source.dussan.org Git - nextcloud-server.git/commitdiff
Add note password is only shown once
authorRoeland Jago Douma <roeland@famdouma.nl>
Wed, 10 Aug 2016 06:58:41 +0000 (08:58 +0200)
committerRoeland Jago Douma <roeland@famdouma.nl>
Wed, 10 Aug 2016 06:58:41 +0000 (08:58 +0200)
settings/templates/personal.php

index 890bfd1bbeb1e347214aa49b3b4aa4a30505fdea..182fc3c658508b1fa957def1758a2d3e916a0e46 100644 (file)
@@ -200,7 +200,10 @@ if($_['passwordChangeSupported']) {
                <button id="add-app-password" class="button"><?php p($l->t('Create new app password')); ?></button>
        </div>
        <div id="app-password-result" class="hidden">
-               <span><?php p($l->t('Use the credentials below to configure your app or device.')); ?></span>
+               <span>
+                       <?php p($l->t('Use the credentials below to configure your app or device.')); ?>
+                       <?php p($l->t('For security reasons this password will only be shown once.')); ?>
+               </span>
                <div class="app-password-row">
                        <span class="app-password-label"><?php p($l->t('Username')); ?></span>
                        <input id="new-app-login-name" type="text" readonly="readonly"/>