The screen modules (classes in .../modules/screens) in the generated app extend VelocitySecureScreen (I think it is), which is where the authentication requirement is implemented. If you define your screens to exten VelocityScreen instead of VelocitySecureScreen the requirement to log in wont be imposed.
I think... :) L. �� �� wrote: > Hi all, I am using turbine 2.1. I don't want turbine to perform access > controlling to some pages of my web site. How should I do? Could anyone > tell me? > Thank you. > > > > > > _________________________________________________________________ > �����������ѽ��н�������ʹ�� MSN Messenger: http://messenger.msn.com/cn > > -- > To unsubscribe, e-mail: > > For additional commands, e-mail: > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
