github.com/greenpau/go-authcrunch@v1.1.4/assets/portal/messaging/templates/email/en/registration_ready_body.template (about)

     1  <html>
     2    <body>
     3      <p>
     4        The following user successfully registered with the portal.
     5        Please use management interface to approve or decline the registration.
     6      </p>
     7  
     8      <p>The registation metadata follows:</p>
     9      <ul style="list-style-type: disc">
    10        <li>Registration ID: {{ .registration_id }}</li>
    11        <li>Registration URL: <code>{{ .registration_url }}</code></li>
    12        <li>Session ID: {{ .session_id }}</li>
    13        <li>Request ID: {{ .request_id }}</li>
    14        <li>Username: <code>{{ .username }}</code></li>
    15        <li>Email: <code>{{ .email }}</code></li>
    16        <li>IP Address: <code>{{ .src_ip }}</code></li>
    17        <li>Timestamp: {{ .timestamp }}</li>
    18      </ul>
    19    </body>
    20  </html>