Comment 1 for bug 266465

Revision history for this message
Mark Sapiro (msapiro) wrote :

Originator: NO

The template for the pages is admlogin.html. See
<http://wiki.list.org/x/jYA9> for ways to make an edited version of this
template. The string %(listname)s will be replaced with the list name. You
could implement your first suggestion by changing the line

      <TD><INPUT TYPE="password" NAME="adminpw" SIZE="30"></TD>

to

      <TD><INPUT TYPE="HIDDEN" NAME="userid" VALUE="%(listname)s">
          <INPUT TYPE="password" NAME="adminpw" SIZE="30"></TD>

Changing the name "adminpw" to something list specific as in your second
suggestion would require several code changes to identify the password.