Instead, how about this solution:
You create a staticpage (if you haven'T already) and set that staticpage as startpage. Do not password-protect that page. Then you enter this HTML code in your staticpage content:
Code: Select all
<form id="loginform" action="?" method="post">
<div>
Username: <input type="text" name="serendipity[user]" value="" /><br />
Password: <input type="password" name="serendipity[pass]" value="" /><br />
<input id="autologin" type="checkbox" name="serendipity[auto]" style="float: left; display: inline; width: 20px" /><label for="autologin"> Remember me</label><br />
<input type="submit" name="serendipity[action]" value="Go >" />
</div>
</form>
Regards,
Garvin