summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2008-12-21 09:41:26 +0100
committerYorhel <git@yorhel.nl>2008-12-21 09:41:26 +0100
commit7b55afc89cc426e4895a82eb45466fb790c322d4 (patch)
tree04f37ad2734dc9f26adba75a07c000deb35ca54c
parent18210a1438a171b48d4fe3046d84e66e17aec523 (diff)
Fixed first password input on user profile form
-rw-r--r--lib/VNDB/Handler/Users.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VNDB/Handler/Users.pm b/lib/VNDB/Handler/Users.pm
index 404a20b0..db474d3d 100644
--- a/lib/VNDB/Handler/Users.pm
+++ b/lib/VNDB/Handler/Users.pm
@@ -348,7 +348,7 @@ sub edit {
[ part => title => 'Change Password' ],
[ static => content => 'Leave blank to keep your current password' ],
- [ input => short => 'usrpass', name => 'Password' ],
+ [ passwd => short => 'usrpass', name => 'Password' ],
[ passwd => short => 'usrpass2', name => 'Confirm pass.' ],
[ part => title => 'Options' ],