mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 08:16:43 -04:00
Merge pull request #42109 from nextcloud/rakekniven-patch-4
Clean-up and standardization of "App password"
This commit is contained in:
commit
2a205511c7
2 changed files with 4 additions and 4 deletions
|
|
@ -57,7 +57,7 @@ $urlGenerator = $_['urlGenerator'];
|
|||
<label for="user" class="infield"><?php p($l->t('Username')) ?></label>
|
||||
</p>
|
||||
<p class="groupbottom">
|
||||
<input type="password" name="password" id="password" placeholder="<?php p($l->t('App token')) ?>">
|
||||
<input type="password" name="password" id="password" placeholder="<?php p($l->t('App password')) ?>">
|
||||
<label for="password" class="infield"><?php p($l->t('Password')) ?></label>
|
||||
</p>
|
||||
<input type="hidden" name="stateToken" value="<?php p($_['stateToken']) ?>" />
|
||||
|
|
@ -69,6 +69,6 @@ $urlGenerator = $_['urlGenerator'];
|
|||
</form>
|
||||
|
||||
<?php if (empty($_['oauthState'])): ?>
|
||||
<a id="app-token-login" class="apptoken-link" href="#"><?php p($l->t('Alternative log in using app token')) ?></a>
|
||||
<a id="app-token-login" class="apptoken-link" href="#"><?php p($l->t('Alternative log in using app password')) ?></a>
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -57,7 +57,7 @@ $urlGenerator = $_['urlGenerator'];
|
|||
<label for="user" class="infield"><?php p($l->t('Username')) ?></label>
|
||||
</p>
|
||||
<p class="groupbottom">
|
||||
<input type="password" name="password" id="password" placeholder="<?php p($l->t('App token')) ?>">
|
||||
<input type="password" name="password" id="password" placeholder="<?php p($l->t('App password')) ?>">
|
||||
<label for="password" class="infield"><?php p($l->t('Password')) ?></label>
|
||||
</p>
|
||||
<input type="hidden" name="stateToken" value="<?php p($_['stateToken']) ?>" />
|
||||
|
|
@ -66,6 +66,6 @@ $urlGenerator = $_['urlGenerator'];
|
|||
</form>
|
||||
|
||||
<?php if (empty($_['oauthState'])): ?>
|
||||
<a id="app-token-login" class="apptoken-link" href="#"><?php p($l->t('Alternative log in using app token')) ?></a>
|
||||
<a id="app-token-login" class="apptoken-link" href="#"><?php p($l->t('Alternative log in using app password')) ?></a>
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue