On Mon, 31 May 2010 03:15:57 you wrote:
> So, I think the best solution here is to make it so that the person
> can't naturally get to this page when they aren't logged in, and to not
> show this view at all when they are not logged in. Give them a 403 or
> something, but this page shouldn't be available to those not logged in.
Make the page only available to launchpad.AnyPerson. If the link is shown,
but the view needs a login, it will prompt the user for a login.
On Mon, 31 May 2010 03:15:57 you wrote:
> So, I think the best solution here is to make it so that the person
> can't naturally get to this page when they aren't logged in, and to not
> show this view at all when they are not logged in. Give them a 403 or
> something, but this page shouldn't be available to those not logged in.
Make the page only available to launchpad. AnyPerson. If the link is shown,
but the view needs a login, it will prompt the user for a login.
I think this is the best approach.