{{ define "requestKeySuccess" }} {{ template "header" .}} {{ template "navigation" . }}

Congratulations!

Your key has been requested.

{{ if .Approved }}

Your key request has been approved!

{{ if not .isBA }}

Your new key is:

{{.NewKey}}

{{ else}}

Your new credentails are:

Username: {{.username}}

Password: {{.password}}

{{ end}} {{ if .HMACSecret }}

HMAC secret: {{.HMACSecret}}

{{ end }}

Important: You will not be able to retrieve this username and password later, please take note of it and keep it safe.

{{ end }}
{{ template "portalMemberNavigation" . }}
{{ template "footer" .}} {{ template "scripts" .}} {{ end }}