Commit 4caa56635b93db14dcac64d819526a8a3ed59db0

Authored by Neil Blakey-Milner
1 parent d284ecdd

Use POST for login (to prevent passwords in the location bar)


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4237 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 2 additions and 2 deletions
templates/ktcore/login.smarty
... ... @@ -10,7 +10,7 @@
10 10 <body>
11 11  
12 12 <div id="loginbox">
13   - <form action="{$smarty.server.PHP_SELF}">
  13 + <form action="{$smarty.server.PHP_SELF}" method="POST">
14 14 <input type="hidden" name="action" value="login" />
15 15 <input type="hidden" name="cookieverify" value="{$cookietest}" />
16 16 <img src="{$rootUrl}/resources/graphics/ktlogo-topbar-right.png" alt="KnowledgeTree DMS" class="logoimage" width="252" height="50"/><br />
... ... @@ -33,4 +33,4 @@
33 33 </div>
34 34  
35 35 </body>
36   -</html>
37 36 \ No newline at end of file
  37 +</html>
... ...