summaryrefslogtreecommitdiffstats
path: root/webui_templates/login.tmpl
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2007-10-29 16:40:13 -0400
committerMichael DeHaan <mdehaan@redhat.com>2007-10-29 16:40:13 -0400
commitfcb4cb6bdbb71b3c49215b9da9c4e1c97c7ab20c (patch)
treea2ce4c810f5fe2f373e54981ddcc938c254e7ab1 /webui_templates/login.tmpl
parent0d64de62b3a0b011a51d390c8ee1b91820479950 (diff)
downloadthird_party-cobbler-fcb4cb6bdbb71b3c49215b9da9c4e1c97c7ab20c.tar.gz
third_party-cobbler-fcb4cb6bdbb71b3c49215b9da9c4e1c97c7ab20c.tar.xz
third_party-cobbler-fcb4cb6bdbb71b3c49215b9da9c4e1c97c7ab20c.zip
Apply AT's patch to switch the WebUI to using Apache digest auth / htaccess / etc
Diffstat (limited to 'webui_templates/login.tmpl')
-rw-r--r--webui_templates/login.tmpl28
1 files changed, 0 insertions, 28 deletions
diff --git a/webui_templates/login.tmpl b/webui_templates/login.tmpl
deleted file mode 100644
index 891dc4c..0000000
--- a/webui_templates/login.tmpl
+++ /dev/null
@@ -1,28 +0,0 @@
-#extends cobbler.webui.master
-
-#block body
-<form method="post" action="$base_url/login_submit">
-
-#if $message
- <h1>$message</h1>
-#end if
-
-<fieldset id="cform">
- <legend>Log In</legend>
-
- <label for="username">Username:</label>
- <input type="text" id="username" name="username" style="width: 150px;" value="" size="16"/>
-
- <br/>
-
- <label for="password">Password:</label>
- <input type="password" id="password" name="password" style="width: 150px;" value="" size="16"/>
-
- <br/>
-
- <input type="submit" name="submit" value="Login"/>
-
-</fieldset>
-</form>
-#end block body
-