diff options
| author | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2009-11-24 11:13:11 +0000 |
|---|---|---|
| committer | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2009-11-24 11:13:11 +0000 |
| commit | 491ba6a1ba489ca78b552c9caf2a851c6651346c (patch) | |
| tree | 3497a89a4a1e495c9d451eb982835368779d55fb /htroot/ConfigAccounts_p.html | |
| parent | 969123385b1376268a4497ec5fdb0ca69b5ffbb7 (diff) | |
- some refactoring in workflow
- some refactoring in search process
- fixed image search for json and rss output
- search navigation on bottom of search result page in cases where there are more than 6 results on page
- fixes for number of displayed documents
- disabled pseudostemming
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6504 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/ConfigAccounts_p.html')
| -rw-r--r-- | htroot/ConfigAccounts_p.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/htroot/ConfigAccounts_p.html b/htroot/ConfigAccounts_p.html index 4fdb2533e..bbdf71f02 100644 --- a/htroot/ConfigAccounts_p.html +++ b/htroot/ConfigAccounts_p.html @@ -47,9 +47,9 @@ <dt><label for="adminuser">Peer User:</label></dt> <dd><input type="text" name="adminuser" id="adminuser" value="#[defaultUser]#" size="16" maxlength="32" /></dd> <dt><label for="adminpw1">New Peer Password:</label></dt> - <dd><input type="password" name="adminpw1" id="adminpw1" value="" size="16" maxlength="32" /></dd> + <dd><input type="password" name="adminpw1" id="adminpw1" value="" size="16" maxlength="1024" /></dd> <dt><label for="adminpw2">Repeat Peer Password:</label></dt> - <dd><input type="password" name="adminpw2" id="adminpw2" value="" size="16" maxlength="32" /></dd> + <dd><input type="password" name="adminpw2" id="adminpw2" value="" size="16" maxlength="1024" /></dd> </dl> </fieldset> <input type="submit" name="setAdmin" value="Define Administrator" /> |
