Trying a standard login fails. I believe it's because there is a unique code generated each time you go to the login page that must be passed with the name/pass.
<input type="hidden" name="lol" value="9ef07eb08afd6ce379e755716c9919bc" />
The value changes every time you refresh the page.
I tried special login by adding 'special=1' in the [script] section, but when BC tries a search it only loads the login page, not the search page.
Is there any reason the special login might fail?