From dd136858f1ea40ad3c94191d647487fa4f31926c Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 18 Oct 2024 20:33:49 +0200 Subject: Adding upstream version 9.0.0. Signed-off-by: Daniel Baumann --- templates/admin/user/edit.tmpl | 242 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 242 insertions(+) create mode 100644 templates/admin/user/edit.tmpl (limited to 'templates/admin/user/edit.tmpl') diff --git a/templates/admin/user/edit.tmpl b/templates/admin/user/edit.tmpl new file mode 100644 index 0000000..f5c85e9 --- /dev/null +++ b/templates/admin/user/edit.tmpl @@ -0,0 +1,242 @@ +{{template "admin/layout_head" (dict "ctxData" . "pageClass" "admin edit user")}} +
+

+ {{ctx.Locale.Tr "admin.users.edit_account"}} +

+
+
+ {{template "base/disable_form_autofill"}} + {{.CsrfTokenHtml}} +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +

{{ctx.Locale.Tr "admin.users.password_helper"}}

+
+ +
+ + +
+ +
+ + +
+
+ + +
+ +
+ +
+ + +

{{ctx.Locale.Tr "admin.users.max_repo_creation_desc"}}

+
+ +
+ +
+
+ + +
+ {{ctx.Locale.Tr "admin.users.activated.description"}} +
+
+
+ + +
+ {{ctx.Locale.Tr "admin.users.block.description"}} +
+
+
+ + +
+ {{ctx.Locale.Tr "admin.users.admin.description"}} +
+
+
+ + +
+ {{ctx.Locale.Tr "admin.users.restricted.description"}} +
+
+
+ + +
+ {{ctx.Locale.Tr "admin.users.allow_git_hook_tooltip"}} +
+
+
+ + +
+ {{ctx.Locale.Tr "admin.users.local_import.description"}} +
+ {{if not .DisableRegularOrgCreation}} +
+
+ + +
+ {{ctx.Locale.Tr "admin.users.organization_creation.description"}} +
+ {{end}} + + {{if .TwoFactorEnabled}} +
+
+
+ + +
+
+ {{end}} + +
+ +
+ + +
+
+
+ +

+ {{ctx.Locale.Tr "settings.avatar"}} +

+
+
+ {{.CsrfTokenHtml}} + {{if not .DisableGravatar}} +
+
+ + +
+
+
+ + +
+ {{end}} + +
+
+ + +
+
+ +
+ + +
+ +
+ + +
+
+
+
+ + + +{{template "admin/layout_footer" .}} -- cgit v1.2.3