diff options
author | raghunayyar <me@iraghu.com> | 2013-04-11 12:34:46 +0530 |
---|---|---|
committer | raghunayyar <me@iraghu.com> | 2013-04-11 12:34:46 +0530 |
commit | 3d008b2ff34c844521a9dcea387642cee4290b6f (patch) | |
tree | 541e0e6118b62de08725f3e890602e0501a2dc50 /settings/templates | |
parent | 8d7aa42b9ac162794ec569c0aea90a9a48b81160 (diff) | |
download | nextcloud-server-3d008b2ff34c844521a9dcea387642cee4290b6f.tar.gz nextcloud-server-3d008b2ff34c844521a9dcea387642cee4290b6f.zip |
New Password in Personal Password Page loads fine.
Diffstat (limited to 'settings/templates')
-rw-r--r-- | settings/templates/personal.php | 2 |
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');?>" /> |