* Direct access to WOStats by giving over the password in the "pw" parameter.
*
* @return statistics page
*/
public WOActionResults statsAction() {
WOStatsPage nextPage = pageWithName(ERXStatisticsPage.class);
nextPage.password = context().request().stringFormValueForKey("pw");
return nextPage.submit();
}