Added start of Muldap web service
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
10
templates/user/info.html
Normal file
10
templates/user/info.html
Normal file
@ -0,0 +1,10 @@
|
||||
{{ 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" . }}
|
Reference in New Issue
Block a user