On Wed, 14 Jan 2004, Matt Hughes wrote: > > I found that I had to add new users to the turbine_root role (number 1) > before they could log in to the app. Not sure why this is. > > insert into TURBINE_USER_GROUP_ROLE (USER_ID, GROUP_ID, ROLE_ID) > values (1001, 1, 1); > >
your SecureScreen.java file is where the "turbine_root" role is specified. I usually end up making individual SecureScreen's within differing packages that require differing role access. If your user does not have the "turbine_root" role and your SecureScreen is still looking for it, then that is the answer to why your user cannot log in more than likely. -- Regards, Jeffery Painter - -- [EMAIL PROTECTED] http://kiasoft.com PGP FP: 9CE8 83A2 33FA 32B1 0AB1 4E62 E4CB E4DA 5913 EFBC -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQE/qEQE5Mvk2lkT77wRAnMJAJ9vJ6qOkg/mvqqIpz7troCEQJ8bFACglu/U YNXabx7DZOV2Hd9LwSTmGpY= =dWiu -----END PGP SIGNATURE----- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
