yacy_search_server/htroot/proxymsg/authfail.inc
allo bd22634c44 HTML-login, logout fixed.
TODO: If you login with the form, then logout with the form, and then try to login with httpauth, the first try will fail.
(should logged_out be resettet in ipAuth? but if there is ipAuth before proxyAuth, the logout would be broken. Maybe a combined method can help.)

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2200 6c8d7289-2bf4-0310-a012-ef5d649a1542
2006-06-12 13:47:44 +00:00

8 lines
292 B
HTML

Your Username/Password is wrong.
<form action="/User.html" method="POST">
username: <input type="text" name="username"><br />
password: <input type="password" name="password"><br />
<input type="hidden" name="returnto", value="#[returnto]#"><br />
<input type="submit" value="login">
</form>