+ {{template "flash" .}} + +

My Account

+

Information and settings for your account

+ +
+
Details
+
+
Name
+
+ {{$user.Name}} +
+ +
Email
+
+ {{$user.Email}} +
+ + {{if $user.Admin}} +
System admin
+
Enabled
+ {{end}} +
+
+ +
+
Authentication
+ +
+ +
+
+
Member of realms
+
    + {{range $realm := $user.Realms}} +
  • + {{$realm.Name}} + + {{range $admin := $user.AdminRealms}} + {{if eq $admin.ID $realm.ID}} + Admin + {{end}} + {{end}} + + {{- /* system admins can remove themselves from realms */ -}} + {{if $user.Admin}} + + + Leave realm + + {{end}} +
  • + {{end}} +
+
+
+