Commit 0885e2a0c8a39495d36374099a784ee1413d061c
1 parent
388b9754
Use POST for forms.
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4416 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
templates/ktcore/principals/useradmin.smarty
| ... | ... | @@ -10,7 +10,7 @@ left; padding-right: 0.5em;">Add User</a><a |
| 10 | 10 | href="?action=addUser">{i18n}Add a new user{/i18n}</a>.</p> |
| 11 | 11 | |
| 12 | 12 | <!-- we roll both in here. --> |
| 13 | -<form action="{$smarty.server.PHP_SELF}" method="GET"> | |
| 13 | +<form action="{$smarty.server.PHP_SELF}" method="POST"> | |
| 14 | 14 | <fieldset> |
| 15 | 15 | <legend>Search for users</legend> |
| 16 | 16 | <p class="descriptiveText">{i18n}Since there may be many users in the system, please | ... | ... |