summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorLester Caine <lester@lsces.co.uk>2026-05-18 09:04:20 +0100
committerLester Caine <lester@lsces.co.uk>2026-05-18 09:04:20 +0100
commit9f1d04bb6588ef69ea0b62fa4ef7f9149cd2d372 (patch)
treeccdfc133732813cc77fcf3be0122a383ca004ce7 /templates
parentedee8faeed62e5cc1c919848ecdbab110c8d7e8f (diff)
downloadusers-9f1d04bb6588ef69ea0b62fa4ef7f9149cd2d372.tar.gz
users-9f1d04bb6588ef69ea0b62fa4ef7f9149cd2d372.tar.bz2
users-9f1d04bb6588ef69ea0b62fa4ef7f9149cd2d372.zip
Hidden tk filed now handled by {form} template
Diffstat (limited to 'templates')
-rwxr-xr-xtemplates/admin_assign_role_user.tpl1
-rwxr-xr-xtemplates/admin_role_edit.tpl1
-rwxr-xr-xtemplates/admin_role_permissions.tpl1
-rw-r--r--templates/edit_personal_page.tpl1
4 files changed, 0 insertions, 4 deletions
diff --git a/templates/admin_assign_role_user.tpl b/templates/admin_assign_role_user.tpl
index 82e501b..b3cfb8a 100755
--- a/templates/admin_assign_role_user.tpl
+++ b/templates/admin_assign_role_user.tpl
@@ -12,7 +12,6 @@
<div class="body">
{form legend="User Information" action="`$smarty.const.USERS_PKG_URL`admin/assign_role_user.php"}
<input type="hidden" value="{$assignUser->mUserId}" name="assign_user" />
- <input type="hidden" name="tk" value="{$gBitUser->mTicket}" />
<div class="form-group">
{formlabel label="Username"}
diff --git a/templates/admin_role_edit.tpl b/templates/admin_role_edit.tpl
index d832b44..7561773 100755
--- a/templates/admin_role_edit.tpl
+++ b/templates/admin_role_edit.tpl
@@ -20,7 +20,6 @@
{jstab title="Edit Role"}
{form legend="Add or Edit a Role"}
<input type="hidden" name="role_id" value="{$roleInfo.role_id ?? 0}" />
- <input type="hidden" name="tk" value="{$gBitUser->mTicket}" />
<div class="form-group">
{formlabel label="Role" for="roles_role"}
{forminput}
diff --git a/templates/admin_role_permissions.tpl b/templates/admin_role_permissions.tpl
index d89eb3b..f814237 100755
--- a/templates/admin_role_permissions.tpl
+++ b/templates/admin_role_permissions.tpl
@@ -9,7 +9,6 @@
{form}
<input type="hidden" name="package" value="{$smarty.request.package|default:'All'}" />
- <input type="hidden" name="tk" value="{$gBitUser->mTicket}" />
<p>
{smartlink ititle=All package=$packageKey}
diff --git a/templates/edit_personal_page.tpl b/templates/edit_personal_page.tpl
index 1bfcee6..7bd89a9 100644
--- a/templates/edit_personal_page.tpl
+++ b/templates/edit_personal_page.tpl
@@ -68,7 +68,6 @@
{jstab title="$editLabel Body"}
{legend legend="`$editLabel` Body"}
<input type="hidden" name="page_id" value="{$pageInfo.page_id ?? 0}" />
- <input type="hidden" name="tk" value="{$gBitUser->mTicket}" />
<div class="form-group">
{formfeedback warning=$errors.title ?? ''}