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]>
