mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 23:03:00 -04:00
Add note password is only shown once
This commit is contained in:
parent
d6bee61131
commit
3bf609cd31
1 changed files with 4 additions and 1 deletions
|
|
@ -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"/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue