Ok, I’m convinced that my CAPTCHA component needs a namespace but how about a context?
It only operates on manager login and has no actions, menus, or custom manager pages.
All it does is
1. Display a captcha image and response field on the login page and set the captcha $_SESSION variable when OnManagerLoginFormPrerender fires.
2. Check the $SESSION variable against the user’s input when OnBeforeManagerLogin fires.
So, does it need a context of its own and, if so, what would I do with that context?