Gregory Ballantine
8a572e70b1
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
11 lines
347 B
HTML
11 lines
347 B
HTML
{{ template "layout/header" . }}
|
|
|
|
<h1>{{ .user.GetAttributeValue "displayName" }}</h1>
|
|
|
|
<p>First name: {{ .user.GetAttributeValue "givenName" }}</p>
|
|
<p>Last name: {{ .user.GetAttributeValue "sn" }}</p>
|
|
<p>User ID: {{ .user.GetAttributeValue "uid" }}</p>
|
|
<p>Email address: {{ .user.GetAttributeValue "mail" }}</p>
|
|
|
|
{{ template "layout/footer" . }}
|