diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-10-10 17:34:28 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-10-10 17:34:28 +0000 |
commit | eaec8182879a4efe6eff436ebe0592632a321f7a (patch) | |
tree | 330c9f00cf17943d49645fc826f38a601450e1b5 /phpBB/templates/subSilver/profile_add_body.tpl | |
parent | e5a8bda3ff47536c7ab49106ed7b8b0bbc15e4fb (diff) | |
download | forums-eaec8182879a4efe6eff436ebe0592632a321f7a.tar forums-eaec8182879a4efe6eff436ebe0592632a321f7a.tar.gz forums-eaec8182879a4efe6eff436ebe0592632a321f7a.tar.bz2 forums-eaec8182879a4efe6eff436ebe0592632a321f7a.tar.xz forums-eaec8182879a4efe6eff436ebe0592632a321f7a.zip |
Added Send New Password functions + added check for current password when changing
git-svn-id: file:///svn/phpbb/trunk@1156 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates/subSilver/profile_add_body.tpl')
-rw-r--r-- | phpBB/templates/subSilver/profile_add_body.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/templates/subSilver/profile_add_body.tpl b/phpBB/templates/subSilver/profile_add_body.tpl index e6cb19b575..c07cd0b97e 100644 --- a/phpBB/templates/subSilver/profile_add_body.tpl +++ b/phpBB/templates/subSilver/profile_add_body.tpl @@ -29,7 +29,7 @@ <td class="row1"><span class="gen">{L_CURRENT_PASSWORD}: *</span><br /> <span class="gensmall">{L_PASSWORD_IF_CHANGED}</span></td> <td class="row2"> - <input type="password" class="post" style="width: 200px" name="password" size="25" maxlength="100" value="{PASSWORD}" /> + <input type="password" class="post" style="width: 200px" name="cur_password" size="25" maxlength="100" value="{PASSWORD}" /> </td> </tr> <!-- END edit_profile --> @@ -37,7 +37,7 @@ <td class="row1"><span class="gen">{L_NEW_PASSWORD}: *</span><br /> <span class="gensmall">{L_PASSWORD_IF_CHANGED}</span></td> <td class="row2"> - <input type="password" class="post" style="width: 200px" name="password" size="25" maxlength="100" value="{PASSWORD}" /> + <input type="password" class="post" style="width: 200px" name="new_password" size="25" maxlength="100" value="{PASSWORD}" /> </td> </tr> <tr> |