summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2016-08-10 08:58:41 +0200
committerRoeland Jago Douma <roeland@famdouma.nl>2016-08-10 08:58:41 +0200
commit3bf609cd31b6e93eb78681b6ecc1dbb5cd35439f (patch)
tree3b056eef157baa30694146c5bb639088af59d7dc
parentd6bee61131d9702483830d39819e6204588eb800 (diff)
downloadnextcloud-server-3bf609cd31b6e93eb78681b6ecc1dbb5cd35439f.tar.gz
nextcloud-server-3bf609cd31b6e93eb78681b6ecc1dbb5cd35439f.zip
Add note password is only shown once
-rw-r--r--settings/templates/personal.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/settings/templates/personal.php b/settings/templates/personal.php
index 890bfd1bbeb..182fc3c6585 100644
--- a/settings/templates/personal.php
+++ b/settings/templates/personal.php
@@ -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"/>