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
#(statusPassword)#Please set a password for your peer to protect your settings::Password is set#(/statusPassword)#
Peer User:
Peer Password:
- Peer Password:
-
#(statusPort)#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::Your peer can be reached by other peers#(/statusPort)#
+ Peer Password: (repeat same password)
+
#(statusPort)#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::Your peer can be reached by other peers#(/statusPort)#
Peer Port:
You can create a personal profile here. Other YaCy users can view these information using a link on the network page.
diff --git a/htroot/EditProfile_p.java b/htroot/ConfigProfile_p.java
similarity index 97%
rename from htroot/EditProfile_p.java
rename to htroot/ConfigProfile_p.java
index f7a0fb44c..2280f5d3d 100644
--- a/htroot/EditProfile_p.java
+++ b/htroot/ConfigProfile_p.java
@@ -59,7 +59,7 @@ import de.anomic.server.serverSwitch;
import de.anomic.yacy.yacyNewsRecord;
import de.anomic.yacy.yacyCore;
-public class EditProfile_p {
+public class ConfigProfile_p {
public static serverObjects respond(httpHeader header, serverObjects post, serverSwitch env) {
//listManager.switchboard = (plasmaSwitchboard) env;
diff --git a/htroot/env/templates/header.template b/htroot/env/templates/header.template
index ca756cacf..780ddbb40 100644
--- a/htroot/env/templates/header.template
+++ b/htroot/env/templates/header.template
@@ -51,15 +51,15 @@