summaryrefslogtreecommitdiffstats
path: root/core/templates/publicshareauth.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/templates/publicshareauth.php')
-rw-r--r--core/templates/publicshareauth.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/templates/publicshareauth.php b/core/templates/publicshareauth.php
index adcc2853f87..22e22622291 100644
--- a/core/templates/publicshareauth.php
+++ b/core/templates/publicshareauth.php
@@ -20,6 +20,7 @@
placeholder="<?php p($l->t('Password')); ?>" value=""
autocomplete="new-password" autocapitalize="off" autocorrect="off"
autofocus />
+ <input type="hidden" name="sharingToken" value="<?php p($_['share']->getToken()) ?>" id="sharingToken">
<input type="submit" id="password-submit"
class="svg icon-confirm input-button-inline" value="" disabled="disabled" />
</p>