diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2017-05-30 09:54:10 +0200 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2017-05-30 09:54:10 +0200 |
commit | 593f6281dc0843868699629461285e549512656a (patch) | |
tree | 85da80a1b1ee7b328034f5397ecd189d254a7dda /settings/templates | |
parent | b9b7f8bede0562b4e0eb067c62ecbe93a298793f (diff) | |
download | nextcloud-server-593f6281dc0843868699629461285e549512656a.tar.gz nextcloud-server-593f6281dc0843868699629461285e549512656a.zip |
Combine sessions and app passwords view into one single view
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'settings/templates')
-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> |