You will have to go into your database... the "admins" table has the username and password. The password is MD5 encrypted so change it to this
098f6bcd4621d373cade4e832627b4f6
that will change your password to the word "test".. then you can log in and change it inside the admin menu.
hey all im new in this but software is exacly what im searching. now i dont have admins folder i have admin folder ( is the same)?
and witch php i should edit in code editor?
I couldn't sign in either. after trying some of the suggestions here, I discovered that the default value for the username (in phpMyAdmin) was 10 characters max. my original username was over 10 characters so it became clear that only the first 10 characters were saved. so go to your dolphin login page and just enter the first 10 of your username. also, the default value for the password is 32 characters max, it think. so if you're password is over 32, then you'll obviously have the same issue there. see more to change these values, log into your phpMyAdmin, select your database, select "admins". You'll see two fields for "name" and "password" and their corresponding types "varchar(10)" and "varchar(32)"edit the values there if needed. Hope this helps. It stumped my brother and I for a bit, and we reinstalled dolphin about 8 times between the two of us, thinking we had made a type somewhere. good luck!
098f6bcd4621d373cade4e832627b4f6
that will change your password to the word "test".. then you can log in and change it inside the admin menu.
and witch php i should edit in code editor?
i really need help aboute this
thanky you