3 Replies Latest reply on Jul 30, 2007 12:37 PM by k3nnymusic

    isUserInRole method

    k3nnymusic

      I am trying to check is the current user member of the some role.
      I write i.e req.isUserInRole("Admin"); or req.isUserInRole("User"); where req is the JBossRenderRequest object, and it always return false.
      I checked in database in jbp_roles table and that users are exist, so why it always return me false?