github.com/greenpau/go-authcrunch@v1.1.4/assets/portal/messaging/templates/email/en/registration_confirmation_body.template (about) 1 <html> 2 <body> 3 <p> 4 Please confirm your registration by clicking this 5 <a href="{{ .registration_url }}/ack/{{ .registration_id }}">link</a> 6 and providing the registration code <b><code>{{ .registration_code }}</code></b> 7 within the next 45 minutes. If you haven't done so, please re-register. 8 </p> 9 10 <p>The registation metadata follows:</p> 11 <ul style="list-style-type: disc"> 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>