Yet another enhancement I've maintained in my production branch of DotNetNuke, is replacement LOGIN and USER skinobjects. Like most features in DNN, they're were originally designed with a serverside postback control which creates unnecessary overhead for your users, administrators, server, and network connection.
the login and register postbacks are replaced with standard URLs which greatly enhances the experience for your users (mostly with page load times).
The latest package is installed on this website, see the Login and Register links in near the top right corner.
Release Notes:
v01.00.03 - 01/12/2010 - Added check if 'Redirect_AfterLogin' setting is configured, if so remove the ReturnURL from querystring params
v01.00.02 - 01/12/2010 - Stabilization Release, fixed bug in Register link with non-default text
v01.00.01 - 01/10/2010 - First Public Release, directly after installation you might see the following error: "PageLoadException: Object reference not set to an instance of an object". Don't worry, after clicking on "Return to Site" everything will be optimized and fully functional.;