i have just downloaded subtext 2.5 source code and manage to run it on visual studio dev server. The problem is that whenever i try to navigate to admin/.. it redirects me to login page and its not accepting default login credentials that are, i suppose, haacked and password respectively. but i was unable to login to the site. Subtext_Host table of db contains following entry
userid= Haacked, password= sIHb6F4ew//D1OfQInQAzQ== salt=KrPog8xD4kKBwW35zBxxCA== email=haacked@gmail.com datecreatedutc = 2011-06-11 21:37:29.533
i also tried resetting the password as described here (scroll to bottom) but to no avail. Any suggestions in this regard are highly appreciated.