diff options
author | Joas Schilling <coding@schilljs.com> | 2017-06-06 13:44:37 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2017-06-06 13:44:37 +0200 |
commit | 3ed8ad15841984bc86e7aa784fa5fdc5a4a3d490 (patch) | |
tree | fa5ea10f2bad83b52a460645ba2c5f75d5f7ff74 | |
parent | c092b33466d16b6e2119973315b07546c9deb035 (diff) | |
download | nextcloud-server-3ed8ad15841984bc86e7aa784fa5fdc5a4a3d490.tar.gz nextcloud-server-3ed8ad15841984bc86e7aa784fa5fdc5a4a3d490.zip |
Bring back the description for app passwords
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r-- | settings/templates/personal.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/settings/templates/personal.php b/settings/templates/personal.php index 12f291bd807..f1e2458e55a 100644 --- a/settings/templates/personal.php +++ b/settings/templates/personal.php @@ -348,6 +348,10 @@ if($_['passwordChangeSupported']) { <tbody class="token-list"> </tbody> </table> + + <h3><?php p($l->t('App passwords'));?></h3> + <p class="settings-hint"><?php p($l->t('Here you can generate individual passwords for apps so you don’t have to give out your password. You can revoke them individually too.'));?></p> + <div id="app-password-form"> <input id="app-password-name" type="text" placeholder="<?php p($l->t('App name')); ?>"> <button id="add-app-password" class="button"><?php p($l->t('Create new app password')); ?></button> |