<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1106" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>I discovered the problem, in the code</FONT></DIV>
<DIV>
<DIV><FONT face=Arial size=2>---------------------------</FONT></DIV>
<DIV><FONT face=Arial size=2> CmsUser createdUser =
cmso.addWebUser(<BR> USER,<BR> cmso.digest(PWD),
<BR> I_CmsConstants.C_GROUP_GUEST,<BR> NAME,<BR> additionalInfos,<BR> I_CmsConstants.C_FLAG_ENABLED<BR> );<BR>---------------------------</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>the " cmso.digest(PWD), "
from a cut and paste was wrong, it works perfectly with only
" PWD, ".</FONT></DIV>
<DIV><FONT face=Arial size=2>Thx to those who were thinking about
helping,</FONT></DIV>
<DIV><FONT face=Arial size=2>
Paolo</FONT></DIV></DIV></BODY></HTML>