summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/templates/authenticate.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_sharing/templates/authenticate.php')
-rw-r--r--apps/files_sharing/templates/authenticate.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/templates/authenticate.php b/apps/files_sharing/templates/authenticate.php
index d9f19bbb579..20e200ef1ca 100644
--- a/apps/files_sharing/templates/authenticate.php
+++ b/apps/files_sharing/templates/authenticate.php
@@ -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" />