What is the admin login password?
You can echo password_hash('123456',PASSWORD_BCRYPT) and save it into the data table yourself
You can echo password_hash('123456',PASSWORD_BCRYPT) and save it into the data table yourself