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.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/files_sharing/templates/authenticate.php b/apps/files_sharing/templates/authenticate.php
new file mode 100644
index 00000000000..41064d51464
--- /dev/null
+++ b/apps/files_sharing/templates/authenticate.php
@@ -0,0 +1,9 @@
+<form action="index.php" method="post">
+ <fieldset>
+ <p>
+ <label for="password" class="infield"><?php echo $l->t('Password'); ?></label>
+ <input type="password" name="password" id="password" value="" />
+ <input type="submit" value="<?php echo $l->t('Submit'); ?>" />
+ </p>
+ </fieldset>
+</form> \ No newline at end of file