Commit 03262a36 authored by cyeh%bluemartini.com's avatar cyeh%bluemartini.com

change field name to more accurately reflect what it is

parent 8286387d
...@@ -63,7 +63,7 @@ sub ShowAccount { ...@@ -63,7 +63,7 @@ sub ShowAccount {
qq{<input type=password name="pwd1">}); qq{<input type=password name="pwd1">});
EmitEntry("Re-enter new password", EmitEntry("Re-enter new password",
qq{<input type=password name="pwd2">}); qq{<input type=password name="pwd2">});
EmitEntry("Your username (optional)", EmitEntry("Your real name (optional)",
qq{<INPUT SIZE=35 NAME="realname" VALUE="$realname">}); qq{<INPUT SIZE=35 NAME="realname" VALUE="$realname">});
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment