Re: multiple login pages within one webapp

2008-06-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Exkor, exkor wrote: | What if I would have all users in one table, can I make multiple secured | areas each exclusively dedicated to a different role? Of course this is what s are for. Just use different roles for different operations in your we

Re: multiple login pages within one webapp

2008-06-19 Thread exkor
Hi Chris What if I would have all users in one table, can I make multiple secured areas each exclusively dedicated to a different role? If all fails I would use securityFilter Thanks -Assaf On Thu, Jun 19, 2008 at 4:13 PM, Christopher Schultz < [EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNE

Re: multiple login pages within one webapp

2008-06-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Assaf, exkor wrote: | Is it possible to have multiple login forms, configured to work with | mutually exclusive tables. in the same webapp? Not when using TC's container-managed authentication and authorization. You could use securityfilter (http://

multiple login pages within one webapp

2008-06-19 Thread exkor
Hi Is it possible to have multiple login forms, configured to work with mutually exclusive tables. in the same webapp? For example I want to have a login page for users of type A and a different login page for users of type B. Users of type A have no relation to users of type B and vice-versa. Th