1 Reply Latest reply on May 29, 2008 9:58 AM by soshah

    CustomLoginModule and isUserInRole() is always FALSE

    ameo

      Hello,

      I wrote a CustomLoginModule that authenticate against a database. The login works fine and the roles can be read out by using the membership module with the method getUserRoles(user). All seems to be fine.

      The problem is that the method request.isUserInRole("rolename") returns always FALSE.

      Could someone help ?