[Pkg-owncloud-commits] [owncloud] 29/104: Made password field required on client side
David Prévot
taffit at moszumanska.debian.org
Sat Jan 18 13:33:37 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit 75eaea1dff9621cfebed4456f2c330a30fcab291
Author: Vladimir Sapronov <vladimir.sapronov at gmail.com>
Date: Sun Dec 22 17:43:50 2013 -0500
Made password field required on client side
Fix for case described in https://github.com/syncloud/owncloud-setup/issues/19
---
core/templates/installation.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/templates/installation.php b/core/templates/installation.php
index 325eb20..ec55a65 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" />
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list