X-Git-Url: https://code.wpia.club/?p=gigi.git;a=blobdiff_plain;f=src%2Forg%2Fcacert%2Fgigi%2Fpages%2Fmain%2FSignup.java;h=428b068cc7aeeb5ba26ef3f6c25c88ecb42bd8e4;hp=3d074441edbd3d587894d1ca865a0d3b62daaa02;hb=d690eda36eba121aa79e4f456d5f0eb481be8b86;hpb=474942bce8bf8f8e4d777c93b332bc64fc724824 diff --git a/src/org/cacert/gigi/pages/main/Signup.java b/src/org/cacert/gigi/pages/main/Signup.java index 3d074441..428b068c 100644 --- a/src/org/cacert/gigi/pages/main/Signup.java +++ b/src/org/cacert/gigi/pages/main/Signup.java @@ -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!")); - 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=");