You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@turbine.apache.org by Patrice Le Cozler <pl...@dexem.com> on 2002/04/11 18:04:16 UTC

unable to log in without turbine_root role

Hi all,

I've build my application using TDK's default application (newapp). But
initially, users must have the turbine_root role to be allowed to log
in.
I'd like to add users who don't have total access ( that is I want to
define a role weaker than turbine_root ) but I don't see where Turbine
checks users' permissions before allowing access or not.
Could sb explain to me how this is done ?
thanks

Patrice

Re: unable to log in without turbine_root role

Posted by Eric Dobbs <er...@dobbse.net>.
On Thursday, April 11, 2002, at 10:04  AM, Patrice Le Cozler wrote:

> I've build my application using TDK's default application (newapp). But
> initially, users must have the turbine_root role to be allowed to log
> in.

That role is checked here:
webapps/newapp/WEB-
INF/src/java/org/mycompany/newapp/modules/actions/SecureAction.java

Hope that helps.
-Eric


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>