Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'templates/authenticate.php')
-rw-r--r--templates/authenticate.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/templates/authenticate.php b/templates/authenticate.php
index 023e62685..f62042e1b 100644
--- a/templates/authenticate.php
+++ b/templates/authenticate.php
@@ -1,8 +1,8 @@
<?php
- /** @var $_ array */
- /** @var $l \OCP\IL10N */
- style('spreed', 'authenticate');
- script('spreed', 'authenticate');
+/** @var $_ array */
+/** @var $l \OCP\IL10N */
+style('core', 'publicshareauth');
+script('core', 'publicshareauth');
?>
<form method="post">
<fieldset class="warning">
@@ -16,7 +16,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" />