* netconf screens - max length of a shared secret is now 18 characters, identical...
authorArt Cancro <ajc@citadel.org>
Wed, 20 May 2009 14:14:07 +0000 (14:14 +0000)
committerArt Cancro <ajc@citadel.org>
Wed, 20 May 2009 14:14:07 +0000 (14:14 +0000)
webcit/static/t/add_node.html
webcit/static/t/edit_node.html

index e08b671ce670f632564f0cf4f6a1e3f7ca4f2322..a59b5e237bf9964b51d1c210541b37b4d7a569fb 100644 (file)
@@ -15,7 +15,7 @@
 <tr><td><?_("Node name")></td>
 <td><input type="text" name="node" maxlength="16"></td></tr>
 <tr><td><?_("Shared secret")></td>
-<td><input type="password" name="secret" maxlength="16"></td></tr>
+<td><input type="password" name="secret" maxlength="18"></td></tr>
 <tr><td><?_("Host or IP address")></td>
 <td><input type="text" name="host" maxlength="64"></td></tr>
 <tr><td><?_("Port number")></td>
index 321e96bcfff1ad120ed162028f0a4eb63c42c84d..9f8ce7294f0a8eebc5df93c24ec29708ae2da6e7 100644 (file)
@@ -15,7 +15,7 @@
 <tr><td><?_("Node name")></td>
 <td><input type="text" name="node" maxlength="16" value='<?CFG:IGNET:NODE>'></td></tr>
 <tr><td><?_("Shared secret")></td>
-<td><input type="password" name="secret" maxlength="16" value='<?CFG:IGNET:SECRET>'></td></tr>
+<td><input type="password" name="secret" maxlength="18" value='<?CFG:IGNET:SECRET>'></td></tr>
 <tr><td><?_("Host or IP address")></td>
 <td><input type="text" name="host" maxlength="64" value='<?CFG:IGNET:HOST>'></td></tr>
 <tr><td><?_("Port number")></td>