From: joey Date: Sun, 29 Apr 2007 22:18:02 +0000 (+0000) Subject: I don't think this comment adds much X-Git-Tag: 2.00~30 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=64f798786ee84ff726dfe5330d7a2ecae149091e;p=ikiwiki.git I don't think this comment adds much --- 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")); }