This is the admin login code, files and SQL from RC2, that will enable admin login for MS2 Update 051113 and Update 060817. There are already plenty of admin login contributions out there but as this has been asked for - osCommerce code - on the forum, I thought I would upload it as a package.
Legend: 
Download

Report
I missed 1 file from the Vanilla-osC package admin/includes/functions/html_output.php
Apologise to anyone using this on a Vanilla install but if you get the error "Fatal error: Call to undefined function: tep_hide_session_id()" you need to do Step 8 of the instructions and add the function to admin/includes/functions/html_output.php
This is a Full Package with the missing file now included.
Sorry, I forgot to define a constant.
If you want to do it manually, open admin/includes/languages/english.php
admin/includes/languages/espanol.php
admin/includes/languages/german.php
find in each file
// configuration box text in includes/boxes/configuration.php
and in that block of constants, add this for English
define('BOX_CONFIGURATION_ADMINISTRATORS', 'Administrators');
for Espanol
define('BOX_CONFIGURATION_ADMINISTRATORS', 'Administrators');
and for German
define('BOX_CONFIGURATION_ADMINISTRATORS', 'Administratoren');
This is a full package with the altered files included for a vanilla install of MS2
http://forums.oscommerce.com/index.php?showtopic=313815
This is the admin login code, files and SQL from RC2, that will enable admin login for MS2 Update 051113 and Update 060817. There are already plenty of admin login contributions out there but as this has been asked for - osCommerce code - on the forum, I thought I would upload it as a package.