diff options
| author | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2006-03-01 22:27:20 +0000 |
|---|---|---|
| committer | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2006-03-01 22:27:20 +0000 |
| commit | 1b9b8922d9c377a4690486b175bbafebf7f7cd9a (patch) | |
| tree | 216c8a5572b111de295ba05aec24e4f6a2be56fc /htroot/ConfigBasic.html | |
| parent | c2f8318b4fecedd153350362d467bba6dcf65e98 (diff) | |
* fixed problems with new basic 1-2-3 configuration (now authentication required)
* fixed graphics problem
* fixed some other problems with default values
* 1-2-3 config now appears automatically on start-up if no password is set
* added new config menu
* moved profile to new config menu
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1792 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/ConfigBasic.html')
| -rw-r--r-- | htroot/ConfigBasic.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/htroot/ConfigBasic.html b/htroot/ConfigBasic.html index 493ffa909..d7fa245e6 100644 --- a/htroot/ConfigBasic.html +++ b/htroot/ConfigBasic.html @@ -28,8 +28,8 @@ Your YaCy Peer needs some basic information to operate properly <li>#(statusPassword)#<img src="/env/grafics/warning.png">Please set a password for your peer to protect your settings::<img src="/env/grafics/ok.png" height="32px" width="32px">Password is set#(/statusPassword)#<br> Peer User: <input type="text" name="adminuser" value="#[defaultUser]#" size="16" maxlength="32"><br> Peer Password: <input type="text" name="adminpw1" value="" size="16" maxlength="32"><br> - Peer Password: <input type="text" name="adminpw2" value="" size="16" maxlength="32"><br></li> - <li>#(statusPort)#<img src="/env/grafics/warning.png">Your peer cannot be reached from outside; please open your firewall for this port and/or set a virtual server option in your router to allow connections on this port::<img src="/env/grafics/check.png">Your peer can be reached by other peers#(/statusPort)#<br> + Peer Password: <input type="text" name="adminpw2" value="" size="16" maxlength="32">(repeat same password)<br></li> + <li>#(statusPort)#<img src="/env/grafics/warning.png">Your peer cannot be reached from outside; please open your firewall for this port and/or set a virtual server option in your router to allow connections on this port::<img src="/env/grafics/ok.png" height="32px" width="32px">Your peer can be reached by other peers#(/statusPort)#<br> Peer Port: <input type="text" name="port" value="#[defaultPort]#" size="5" maxlength="5"><br></li> </ol> <br> <input type="submit" name="set" value="Set Configuration"> |
