Registration login link is empty

I just tested the whole registration process for my site (using version 8.0.1) and found that the Login button in the e-mail I received doesn’t lead to the login of the site. Nothing happens, and the reason seems to be that the buttons link is empty (see HTML below). If I go to the webpage, login works just fine, but I think this may be a bit confusing for users.

I haven’t tried the registration process before (and the site hasn’t been open to registration), so I don’t know if this is a new problem.

E-mail html:

    <div class="" style="max-width: 600px; margin: 0 auto;">
      
      
      <table align="center" role="presentation" cellspacing="0" cellpadding="0" border="0" width="100%" style="margin: auto;">
        
        <tbody><tr>
          <td>
            <table role="presentation" cellspacing="0" cellpadding="0" border="0" width="100%">
              <tbody><tr>
                <td style="padding: 20px; font-family: sans-serif; font-size: 15px; line-height: 1.5">
                  <table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%">
                    <tbody><tr>
                      <td width="40px">
                        <img src="https://peertube.no/lazy-static/avatars/0386e2b4-e978-4c8b-abac-2629e618fb74.png" width="auto" height="30px" alt="" border="0" style="height: 30px; font-family: sans-serif; font-size: 15px; line-height: 15px; max-width: 100%;">
                      </td>
                      <td>
                        <h1 style="margin: 10px 0 10px 0; font-family: sans-serif; font-size: 25px; line-height: 30px; font-weight: normal;">
                            Congratulation mjau555666, your registration request has been accepted!
                        </h1>
                      </td>
                    </tr>
                  </tbody></table>
                  <p style="margin: 0;">
                      </p><p>Hi mjau555666,</p>

                      <p>
                        Your registration request has been accepted.
                      </p>
                    
                      <p>
                        Moderators sent you the following message:
                      </p>
                    
                      <blockquote style="white-space: pre-wrap">Velkommen!</blockquote>

                  <p></p>
                </td>
              </tr>
              <tr>
                <td style="padding: 0 20px;">
                  <table align="center" role="presentation" cellspacing="0" cellpadding="0" border="0" style="margin: auto;">
                    <tbody><tr>
                      <td style="border-radius: 4px; background: #FF8F37;">
                        <a class="" href="" style="background: #FF8F37; font-family: sans-serif; font-size: 15px; line-height: 15px; text-decoration: none; padding: 13px 17px; display: block; border-radius: 4px; font-weight: bold;">Login to your account</a>
                      </td>
                    </tr>
                  </tbody></table>
                </td>
              </tr>
            </tbody></table>
          </td>
        </tr>
        
        
        <tr>
          <td aria-hidden="true" height="20" style="font-size: 0px; line-height: 0px;">
            <br>
          </td>
        </tr>
        
      </tbody></table>

    </div>

Thank you! This should be fixed by Fix login URL in email · Chocobozzz/PeerTube@258efc2 · GitHub

1 Like