William, If you are refering to the issue on how to land the user to different page... You could store role based url's in a db table and based on the user role or other criteria you can pick the landing page and use setTemplate API to effect the change Naga ----- Original Message ----- From: "William Lee" <[EMAIL PROTECTED]> To: "Turbine Users List" <[EMAIL PROTECTED]> Sent: Wednesday, May 01, 2002 9:06 AM Subject: Re: Showing different screen/template after a user logs in to TDK
> Sam Joseph wrote: > > Hi there, > > > > So I'm beginning to get the hang of the TDK security setup, but I can't > > quite qork out how to show a different screen/template to a user when > > they first log in. > > I'm not sure it's absolutely the right way to do it. The problem is > that you don't have the ACL unless you get into the the AccessController > and after you log in. I overrided the AccessController and have a > variable in the session saying whether the user has logged on for the > first time. If so, my AccessController will determine the first page > based on the ACL of the user. > > There may be other solutions, but it works for me for now. > > -- > William Lee (Will) | Sendmail Inc. > Email: [EMAIL PROTECTED] | http://www.sendmail.com > Tel: (510) 594-5505 | > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
