Squeaker wrote:
Keith Hodges wrote:
The simplest way to set up a basic pier site is
to have two
applications, one for users and an authenticated one for admins.
Can you elaborate on this please.
By two applications, do you mean two Seaside applications?
Yes
I am assuming that each application uses the same Pier
Kernel? If yes
then how does one configure this?
You add the PRPierConfiguration to each application. There is a
configuration option to select which PRKernel is used.
How do you set up one application to be authenticated,
is it by using
WAAuthConfiguration?
Yes correct, for this basic setup you do not really need the PRSecurity
package.
Thanks,
Frank
regards
Keith