{{ $csrf := .CSRF }} {{ $slug := .Instance.Slug }}

Users

This page provides a list of users found in this Drupal instance. You can click the login button to authenticate as that user.
Please be aware that these never end an already existing session. When already logged into drupal, an error message Access denied may appear. To prevent this, log out of the drupal instance before clicking the button.

{{ $slug := .Instance.Slug }} {{ $csrf := .CSRF }} {{ range $index, $user := .Users }} {{ end }}
ID Active Name Email Roles Created Last Login Action
{{ $user.UID }} {{ $user.Status }} {{ $user.Name }} {{ if $user.Mail }} {{ $user.Mail }} {{ end }} {{ range $role, $unuused := $user.Roles }} {{ $role }} {{ end }} {{ $user.Created.Time.Format "2006-01-02T15:04:05Z07:00" }} {{ $user.Login.Time.Format "2006-01-02T15:04:05Z07:00" }}
{{ $csrf }}

Grants

A grant provides access for a specific distillery user to a specific WissKI instance. Only Distillery Administrators can manage grants.

{{ block "form/message" . }} {{ $E := .Error }} {{ if not (eq $E "") }}

{{ $E }}

{{ end }} {{ end }}
{{ range $id, $grant := .Grants }} {{ end }}
Distillery Username Drupal Username Roles Actions
{{ $grant.User }}
{{ $csrf }}
{{ $csrf }}
{{ $csrf }}
{{ range $unused, $user := .Usernames }} {{ range $unused, $user := .Users }}