It is possible but at the moment only if you change the source.
by changing the line (in the file Pages/Account/login.ascx.cs) ...
this.Get ().Redirect(ForumPages.Board);
to
this.Page.Response.Redirect("~/Default.aspx");
But i can make in configurable in the next release.