From: joey Date: Sun, 29 Apr 2007 22:18:02 +0000 (+0000) Subject: I don't think this comment adds much X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/commitdiff_plain/64f798786ee84ff726dfe5330d7a2ecae149091e?ds=inline 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")); }