16 lines
532 B
Plaintext
16 lines
532 B
Plaintext
This email has been sent to you in order to notify you of an important event.
|
|
|
|
If you did not initiate the process your credentials might have been compromised and you should reset your password and contact an administrator.
|
|
|
|
{{- if ne (len .Details) 0 }}
|
|
{{- $keys := sortAlpha (keys .Details) }}
|
|
Details:
|
|
{{- range $key := $keys }}
|
|
{{ $key }}: {{ index $.Details $key }}
|
|
{{- end }}
|
|
{{- end }}
|
|
|
|
This email was generated by a user with the IP {{ .RemoteIP }}.
|
|
|
|
Please contact an administrator if you did not initiate this process.
|