summaryrefslogtreecommitdiffstats
path: root/settings
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-04-11 01:18:40 -0700
committerBernhard Posselt <nukeawhale@gmail.com>2013-04-11 01:18:40 -0700
commit18c873d1e5746bd0e032c9c6e402da487fa9634a (patch)
treedc2bd8655b8950a0a9c199d6f0a2ead81fc1f5d1 /settings
parentb02db643d08fde6bf609e9e2e31c32b4a16518c4 (diff)
parent3d008b2ff34c844521a9dcea387642cee4290b6f (diff)
downloadnextcloud-server-18c873d1e5746bd0e032c9c6e402da487fa9634a.tar.gz
nextcloud-server-18c873d1e5746bd0e032c9c6e402da487fa9634a.zip
Merge pull request #2554 from owncloud/hide-toggle-checkbox
Implements Hide / Display for the Password Toggle Button
Diffstat (limited to 'settings')
-rw-r--r--settings/templates/personal.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/templates/personal.php b/settings/templates/personal.php
index f3fd3f1010d..03073069ab7 100644
--- a/settings/templates/personal.php
+++ b/settings/templates/personal.php
@@ -38,7 +38,7 @@ if($_['passwordChangeSupported']) {
<div id="passwordchanged"><?php echo $l->t('Your password was changed');?></div>
<div id="passworderror"><?php echo $l->t('Unable to change your password');?></div>
<input type="password" id="pass1" name="oldpassword" placeholder="<?php echo $l->t('Current password');?>" />
- <input type="password" id="pass2" name="password"
+ <input type="password" id="pass2" name="new-password"
placeholder="<?php echo $l->t('New password');?>" data-typetoggle="#personal-show" />
<input type="checkbox" id="personal-show" name="show" /><label for="personal-show"></label>
<input id="passwordbutton" type="submit" value="<?php echo $l->t('Change password');?>" />