aboutsummaryrefslogtreecommitdiffstats
path: root/view/settings.tpl
diff options
context:
space:
mode:
authorMike Macgirvin <mike@macgirvin.com>2010-08-19 22:18:06 -0700
committerMike Macgirvin <mike@macgirvin.com>2010-08-19 22:18:06 -0700
commitf7c56106e72d81d397276ad89d175c433a1f5a2d (patch)
treed2a0ef79aef8fdd4d5668bd006bd5f66eba6fd08 /view/settings.tpl
parentcac8aa7a693574292fc408c204472f2ef267a930 (diff)
downloadvolse-hubzilla-f7c56106e72d81d397276ad89d175c433a1f5a2d.tar.gz
volse-hubzilla-f7c56106e72d81d397276ad89d175c433a1f5a2d.tar.bz2
volse-hubzilla-f7c56106e72d81d397276ad89d175c433a1f5a2d.zip
rename new password field so form filling browsers don't always populate it
Diffstat (limited to 'view/settings.tpl')
-rw-r--r--view/settings.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/settings.tpl b/view/settings.tpl
index 00c85cb40..ce13e2e2e 100644
--- a/view/settings.tpl
+++ b/view/settings.tpl
@@ -74,7 +74,7 @@ $profile_in_net_dir
Leave password fields blank unless changing
</p>
<label id="settings-password-label" for="settings-password" >New Password: </label>
-<input type="password" id="settings-password" name="password" ></input>
+<input type="password" id="settings-password" name="npassword" ></input>
</div>
<div id="settings-password-end" ></div>