Checking in a change so that we are no longer sending passwords with get in case of a failure (Chrome has my password saved in the history, for instance.)
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5760 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
29325465bf
commit
0cb7925062
@ -8,7 +8,7 @@ echo <<<EOS2
|
||||
|
||||
<div id=logdialog>
|
||||
<p id=logdialogTitle>Please enter a username and password</p>
|
||||
<form id=loginform>
|
||||
<form method=post id=loginform>
|
||||
<label for=username>Username </label><input id=username type=text name=username>
|
||||
<br>
|
||||
<label for=password>Password </label><input id=password type=password name=password>
|
||||
|
Loading…
Reference in New Issue
Block a user