From 64f798786ee84ff726dfe5330d7a2ecae149091e Mon Sep 17 00:00:00 2001 From: joey Date: Sun, 29 Apr 2007 22:18:02 +0000 Subject: [PATCH] I don't think this comment adds much --- IkiWiki/Plugin/passwordauth.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")); } -- 2.44.0