<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-15">
</head>
<body bgcolor="#ffffff" text="#000000">
Hello there.<br>
<br>
I'm currently trying my hands on a very basic frontend login script.
All that is required is a login + redirect and I have found plenty
of online resources to help me realize this.<br>
However, the login simply will not work. It always throws an
exception, claiming that the user was not found.<br>
<br>
It looks like this:<br>
javax.servlet.jsp.JspException: javax.servlet.ServletException:
org.opencms.db.CmsDbEntryNotFoundException: User "C.Funken" was not
found.<br>
Reason: org.opencms.db.CmsDbEntryNotFoundException: User "C.Funken"
was not found.<br>
Reason: User "C.Funken" was not found.<br>
<br>
I tried this with multiple users on both the Online and Offline
versions<br>
The standart login ( the one for the backend ) works fine with all
those users.<br>
<br>
The login script boils down to reading some request parameters and
these 2 lines:<br>
<br>
cmsObject.loginUser(user, password);<br>
response.sendRedirect(url);<br>
<br>
Is there something I need to do or configure before this can work?<br>
<br>
<div class="moz-signature">
<style type="text/css">
a:link{color:orange;}
a:visited{color:orange;}
a:hover{color:orange; text-decoration:none;}
a:active{color:orange; text-decoration:none;}
</style>
<p style="font-size: 9pt; color: gray; font-family:
verdana,sans-serif;">
- Christian Funken<br>
________________<br>
<br>
<b>VISION UNLTD. CREATIVE WORX</b><br>
Bruesselerstr. 85<br>
D-50672 Koeln
<span style="color: orange; font-size: 9pt; font-family:
verdana,sans-serif;">
<a href="mailto:c.funken@vucx.de">c.funken@vucx.de</a><br>
check out our web page: <a href="http://www.vucx.de/">www.vucx.de</a><br>
die medienprofis: <a href="http://www.profigilde.de/">www.profigilde.de</a><br>
official agent for visual media directory: <a
href="http://www.productionparadise.com/">www.productionparadise.com</a><br>
</span></p>
</div>
</body>
</html>