summaryrefslogtreecommitdiff
path: root/htroot/proxymsg
diff options
context:
space:
mode:
authorMichael Peter Christen <mc@yacy.net>2026-07-11 11:11:06 +0200
committerMichael Peter Christen <mc@yacy.net>2026-07-11 11:11:06 +0200
commitb1380c4a9f479de4fc456b6305bee57bc752ad03 (patch)
treec0d42fb103edafa5e9b8e5f04f48bfdcc658441e /htroot/proxymsg
parentf2b0f41d8492ebf92b0e331e8c9c78e626f371c9 (diff)
cleaned up user authentication
this removes the userDB-exception in the normal authentication process which affected mostly wiki and blog which are not required any more. We also cleaned up translation messages as this function was not used at all. This is a required step forward a renovation of the jetty server.
Diffstat (limited to 'htroot/proxymsg')
-rw-r--r--htroot/proxymsg/authfail.inc12
1 files changed, 0 insertions, 12 deletions
diff --git a/htroot/proxymsg/authfail.inc b/htroot/proxymsg/authfail.inc
deleted file mode 100644
index cdf8dca0c..000000000
--- a/htroot/proxymsg/authfail.inc
+++ /dev/null
@@ -1,12 +0,0 @@
- <form action="/User.html" method="POST">
- <fieldset><legend><span class="error">Your Username/Password is wrong.</span></legend>
- <dl>
- <dt><label for="username">Username</label>:</dt>
- <dd><input type="text" id="username" name="username" /></dd>
- <dt><label for="password">Password</label>:</dt>
- <dd><input type="password" id="password" name="password" /></dd>
- <dt><input type="submit" value="login" /></dt>
- </dl>
- <input type="hidden" name="returnto" value="#[returnto]#" />
- </fieldset>
- </form>