I had what sounds like a similar problem back with the first DP. The prompt for the admin password would not have my username entered and would not accept it when I entered my username or full name with the correct password.
What I ended up doing was rebooting and holding down Command + S to boot into single-user mode. Then entering the following commands:
Code:
mount -uw /
rm /var/db/.AppleSetupDone
shutdown -h now
This will mount your HD, then remove the flag that the first run setup assistant wizard has been completed, and shutdown. I used this to create a new admin account (I named it My Hero). After logging into the new account I changed the password for my old account in System Preferences Users & Groups, then it worked from then on. I kept My Hero around just because. Hopefully it will be helpful to you.