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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2013-12-25 02:25:01 +0400
committerThomas Müller <thomas.mueller@tmit.eu>2013-12-25 02:25:01 +0400
commita87a18d56c98c9408a828774a2431be195fdb0a6 (patch)
tree759b7622a1cc85658673348b3f479e631fc65948 /core
parent6523960de91ec4dc0f69b3cd30a4fee323417f18 (diff)
parentcef39243f81117ab4a6da5f6755a72294d8ae1ab (diff)
Merge pull request #6561 from syncloud/master
Made admin password field required on client side
Diffstat (limited to 'core')
-rw-r--r--core/templates/installation.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/installation.php b/core/templates/installation.php
index 325eb204868..ec55a65ea58 100644
--- a/core/templates/installation.php
+++ b/core/templates/installation.php
@@ -54,7 +54,7 @@
</p>
<p class="infield groupbottom">
<input type="password" name="adminpass" data-typetoggle="#show" id="adminpass" placeholder=""
- value="<?php p(OC_Helper::init_var('adminpass')); ?>" />
+ value="<?php p(OC_Helper::init_var('adminpass')); ?>" required />
<label for="adminpass" class="infield"><?php p($l->t( 'Password' )); ?></label>
<img class="svg" id="adminpass-icon" src="<?php print_unescaped(image_path('', 'actions/password.svg')); ?>" alt="" />
<input type="checkbox" id="show" name="show" />