mothership-ec / cog-mothership-user

Mothership User Cogule
Other
1 stars 1 forks source link

Account section should only be accessible to logged in users!!! #3

Closed joeholdcroft closed 11 years ago

joeholdcroft commented 11 years ago

I can go to any pages in the account section without being logged in! Granted a bunch don't work but it is possible to raise a return for somebody else's order!

Use an event listener on HttpKernel::REQUEST to boot out any requests to the ms.account if the user is not logged in.