From 7b15274c842b31e8caded3e7f272237f31824852 Mon Sep 17 00:00:00 2001
From: "Shishkevich D." <135337715+shishkevichd@users.noreply.github.com>
Date: Mon, 24 Mar 2025 09:45:15 +0000
Subject: chore: moving the settings tabs to a separate directory
---
web/html/xui/settings/panel/security.html | 60 +++++++++++++++++++++++++++++++
1 file changed, 60 insertions(+)
create mode 100644 web/html/xui/settings/panel/security.html
(limited to 'web/html/xui/settings/panel/security.html')
diff --git a/web/html/xui/settings/panel/security.html b/web/html/xui/settings/panel/security.html
new file mode 100644
index 00000000..89ff0d96
--- /dev/null
+++ b/web/html/xui/settings/panel/security.html
@@ -0,0 +1,60 @@
+{{define "settings/panel/security"}}
+
+
+
+ {{ i18n "pages.settings.oldUsername"}}
+
+
+
+
+
+ {{ i18n "pages.settings.currentPassword"}}
+
+
+
+
+
+ {{ i18n "pages.settings.newUsername"}}
+
+
+
+
+
+ {{ i18n "pages.settings.newPassword"}}
+
+
+
+
+
+
+ {{ i18n "confirm" }}
+
+
+
+
+
+ {{ i18n "pages.settings.security.loginSecurity" }}
+ {{ i18n "pages.settings.security.loginSecurityDesc" }}
+
+
+
+
+
+
+ {{ i18n "pages.settings.security.secretToken" }}
+ {{ i18n "pages.settings.security.secretTokenDesc" }}
+
+
+
+
+
+
+
+ {{ i18n "confirm"}}
+
+
+
+
+
+{{end}}
\ No newline at end of file
--
cgit v1.2.3
From 19f79386172118630d1a36e4c7b031504e081077 Mon Sep 17 00:00:00 2001
From: danilshishkevich
Date: Tue, 25 Mar 2025 15:13:17 +0000
Subject: chore: giving keys for each `a-collapse-panel`
---
web/html/xui/settings/panel/security.html | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
(limited to 'web/html/xui/settings/panel/security.html')
diff --git a/web/html/xui/settings/panel/security.html b/web/html/xui/settings/panel/security.html
index 89ff0d96..7b53a959 100644
--- a/web/html/xui/settings/panel/security.html
+++ b/web/html/xui/settings/panel/security.html
@@ -1,6 +1,6 @@
{{define "settings/panel/security"}}
-
-
+
+
{{ i18n "pages.settings.oldUsername"}}
@@ -31,7 +31,7 @@
-
+
{{ i18n "pages.settings.security.loginSecurity" }}
{{ i18n "pages.settings.security.loginSecurityDesc" }}
--
cgit v1.2.3