1 Reply Latest reply on Jun 14, 2007 11:17 AM by peterj

    Login Module Problem

    vsramineni

      Hai,
      Iam using DatabaseServerLoginModule as Login module to my application.

      I configured login-config.xml and i placed users.properties,roles.properties
      in conf folder of jboss.

      When i login into the portal using users which are created by me , in portal header iam not getting logged in as : ,logout and other links, instead of
      these iam getting login link again and this is not happening when i login as
      admin (this is also there in my users list) .
      This is may be due to my users are not there in portal database.


      please give me some suggestions regarding this. Iam new to all these things

      JBoss-portal 2.6-CR2

      thanks

        • 1. Re: Login Module Problem
          peterj

          The DatabaseServerLoginModule does not use the users.properties,roles.properties files, instead it gets login ids, passwords and roles from tables in the database.

          You can log into the portal only if you add the user to the portal via the admin page (roles tab, I think).