diff options
author | Morris Jobke <hey@morrisjobke.de> | 2017-06-05 23:04:06 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-05 23:04:06 -0500 |
commit | c092b33466d16b6e2119973315b07546c9deb035 (patch) | |
tree | 640167a66b67bc836466b5e46901296905030f78 /settings/templates/personal.php | |
parent | bb884c341f7c5f0e8568283431555ee18aa0fe38 (diff) | |
parent | 593f6281dc0843868699629461285e549512656a (diff) | |
download | nextcloud-server-c092b33466d16b6e2119973315b07546c9deb035.tar.gz nextcloud-server-c092b33466d16b6e2119973315b07546c9deb035.zip |
Merge pull request #5166 from nextcloud/feature/merge-sessions-app-passwords-list
Combine sessions and app passwords view into one single view
Diffstat (limited to 'settings/templates/personal.php')
-rw-r--r-- | settings/templates/personal.php | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/settings/templates/personal.php b/settings/templates/personal.php index 3e30d775395..12f291bd807 100644 --- a/settings/templates/personal.php +++ b/settings/templates/personal.php @@ -348,22 +348,6 @@ if($_['passwordChangeSupported']) { <tbody class="token-list"> </tbody> </table> -</div> - -<div id="apppasswords" class="section"> - <h2><?php p($l->t('App passwords'));?></h2> - <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> - <table class="icon-loading"> - <thead class="hidden-when-empty"> - <tr> - <th><?php p($l->t('Name'));?></th> - <th><?php p($l->t('Last activity'));?></th> - <th></th> - </tr> - </thead> - <tbody class="token-list"> - </tbody> - </table> <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> |