1 Reply Latest reply on Sep 8, 2006 11:09 PM by peterj

    How to Retain Admin Role of the Admin user

    shahidsaeedkhan

      Dear friends,

      I mistakenly Deselected the Admin role of Admin user when i was connected through it. Actually I wanted to edit the authorization of a new Role created.

      Now when I am signing in with Admin user, its Admin Portal Page is not appearing.

      Can anyone help me in this regard that how should I retrieve Admin Role of Admin user???

      Best regards

      Shahid Saeed Khan

        • 1. Re: How to Retain Admin Role of the Admin user
          peterj

          Try entering the following sql statement for the portal database:

          insert into jbp_role_membership (jbp_uid,jbp_rid) value (1,1);

          That should re-establish the relationship between the admin user and the Admin role.

          By the way, you never said which version of the Portal you are using, or hwich database. The above assumes Portal 2.4GA, not sure it it works on any other version.