]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/pages/main/Signup.java
[UPDATE-CONFIG] Use 3 hosts www, secure and static.
[gigi.git] / src / org / cacert / gigi / pages / main / Signup.java
index 3d074441edbd3d587894d1ca865a0d3b62daaa02..428b068cc7aeeb5ba26ef3f6c25c88ecb42bd8e4 100644 (file)
@@ -255,8 +255,8 @@ public class Signup extends Form {
                                        .translate(
                                                        req,
                                                        "Thanks for signing up with CAcert.org, below is the link you need to open to verify your account. Once your account is verified you will be able to start issuing certificates till your hearts' content!"));
                                        .translate(
                                                        req,
                                                        "Thanks for signing up with CAcert.org, below is the link you need to open to verify your account. Once your account is verified you will be able to start issuing certificates till your hearts' content!"));
-                       body.append("\n\n");
-                       body.append(ServerConstants.NORMAL_HOST_NAME);
+                       body.append("\n\nhttps://");
+                       body.append(ServerConstants.getWwwHostNamePort());
                        body.append("/verify?type=email&id=");
                        body.append(emailid);
                        body.append("&hash=");
                        body.append("/verify?type=email&id=");
                        body.append(emailid);
                        body.append("&hash=");