summaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/passwordauth.pm
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-04-29 22:18:02 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-04-29 22:18:02 +0000
commit64f798786ee84ff726dfe5330d7a2ecae149091e (patch)
tree55de2bd78dd90bbf0a9f6e63390a4e9c61299976 /IkiWiki/Plugin/passwordauth.pm
parentdde68ed9b9e189146f26232b1dc763593e63f799 (diff)
I don't think this comment adds much
Diffstat (limited to 'IkiWiki/Plugin/passwordauth.pm')
-rw-r--r--IkiWiki/Plugin/passwordauth.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/IkiWiki/Plugin/passwordauth.pm b/IkiWiki/Plugin/passwordauth.pm
index baa84c858..d1a965dc8 100644
--- a/IkiWiki/Plugin/passwordauth.pm
+++ b/IkiWiki/Plugin/passwordauth.pm
@@ -101,7 +101,7 @@ sub formbuilder_setup (@) { #{{{
}
else {
# First time settings.
- $form->field(name => "name", comment => gettext("(use FirstnameLastName)"));
+ $form->field(name => "name", size => 30);
if ($session->param("name")) {
$form->field(name => "name", value => $session->param("name"));
}