Merge pull request #6947 from nextcloud/fix_6821
Use new-password as autocomplete on share auth page
This commit is contained in:
commit
9f5e1648c1
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
<input type="hidden" name="requesttoken" value="<?php p($_['requesttoken']) ?>" />
|
||||
<input type="password" name="password" id="password"
|
||||
placeholder="<?php p($l->t('Password')); ?>" value=""
|
||||
autocomplete="off" autocapitalize="off" autocorrect="off"
|
||||
autocomplete="new-password" autocapitalize="off" autocorrect="off"
|
||||
autofocus />
|
||||
<input type="submit" id="password-submit"
|
||||
class="svg icon-confirm input-button-inline" value="" disabled="disabled" />
|
||||
|
|
Loading…
Reference in a new issue