summaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2013-05-30 19:28:32 +0000
committerTed Trask <ttrask01@yahoo.com>2013-05-30 19:28:32 +0000
commit8ce948e7b1c7a1ae0c4fca2d893f9c588b2e7cc4 (patch)
treeb6d95628320506342425d2eb5b8035a937078485 /app
parenta23f983dddd365a588febad96f00b876ff5e8453 (diff)
downloadacf-core-8ce948e7b1c7a1ae0c4fca2d893f9c588b2e7cc4.tar.bz2
acf-core-8ce948e7b1c7a1ae0c4fca2d893f9c588b2e7cc4.tar.xz
Fix delete user link to submit the form
Diffstat (limited to 'app')
-rw-r--r--app/acf-util/password-status-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/acf-util/password-status-html.lsp b/app/acf-util/password-status-html.lsp
index f921f10..762136b 100644
--- a/app/acf-util/password-status-html.lsp
+++ b/app/acf-util/password-status-html.lsp
@@ -29,7 +29,7 @@
<TD STYLE='border:none;'><B>Option</B></TD>
<TD STYLE='border:none;'>
[<A HREF='edituser?userid=<%= name %>&redir=<%= html.html_escape(page_info.orig_action) %>'>Edit this account</A>]
- [<A HREF='deleteuser?userid=<%= name %>'>Delete this account</A>]
+ [<A HREF='deleteuser?userid=<%= name %>&submit=true'>Delete this account</A>]
[<A HREF='<%= html.html_escape(page_info.script) %>/acf-util/roles/viewuserroles?userid=<%= name %>'>View roles for this account</A>]
</TD>
</TR>