summaryrefslogtreecommitdiffstats
path: root/settings/templates
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2013-08-28 06:23:13 -0700
committerJan-Christoph Borchardt <hey@jancborchardt.net>2013-08-28 06:23:13 -0700
commit0c02e1efef76430eea8986697cd9736814fb604a (patch)
treeebe3026c3eaa4529a23a910acc7a4d102661f3fd /settings/templates
parentada15a2b8e7c779db84c54f79df0074b10a5566d (diff)
parentfbe7a68ce8837fd60f36ba21298c8e8cd68f42fe (diff)
downloadnextcloud-server-0c02e1efef76430eea8986697cd9736814fb604a.tar.gz
nextcloud-server-0c02e1efef76430eea8986697cd9736814fb604a.zip
Merge pull request #4563 from owncloud/use_personal-password
Use personal-password for the password name in personal.php
Diffstat (limited to 'settings/templates')
-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 bad88142da9..63e1258b958 100644
--- a/settings/templates/personal.php
+++ b/settings/templates/personal.php
@@ -40,7 +40,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="personal-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');?>" />