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.

link|improve this question

69% accept rate
feedback

1 Answer

up vote 1 down vote accepted

The password you have reset is the Hostadmin password, accessible via http://<yoururl>/hostadmin/default.aspx by logging in there you should be able to reset the password for the particular blog you are interested in.

link|improve this answer
thank you very much. can u refer some link where i can find some documentation of subtext. e.g what's the purpose of Admin section and how it differs from hostadmin and similar issues? – Muhammad Adeel Zahid Aug 11 '11 at 15:21
Quite a lot of info here: code.google.com/p/subtext/w/list good luck! – Andy Hey Aug 13 '11 at 5:39
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.