[opencms-dev] Resolved : HELP : Web User creation and Login error...

Paolo Brunasti - Agora paolo.brunasti at agora.it
Thu Oct 2 16:52:00 CEST 2003


I discovered the problem, in the code
---------------------------
  CmsUser createdUser = cmso.addWebUser(
    USER,
    cmso.digest(PWD), 
    I_CmsConstants.C_GROUP_GUEST,
    NAME,
    additionalInfos,
    I_CmsConstants.C_FLAG_ENABLED
    );
---------------------------

the "    cmso.digest(PWD), " from a cut and paste was wrong, it works perfectly with only "    PWD, ".
Thx to those who were thinking about helping,
     Paolo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://webmail.opencms.org/pipermail/opencms-dev/attachments/20031002/27c5837f/attachment.htm>


More information about the opencms-dev mailing list