Password problem

Silverstripe Version 4.3.0:

Fresh installation does not accept admin and password

Absolut fresh installation, nothing altered, no problems at all
Trying to enter admin:password and then this message pops up: The provided details don’t seem to be correct. Please try again.

What should I do?

Cheers Axel

// Include any relevant code. If you have a lot of code, link to a gist instead.

Hey @Axel_Larator,

You have to set credential at the time of installation but if you forget then you can set default admin user in .env file like this,

SS_DEFAULT_ADMIN_USERNAME="admin"
SS_DEFAULT_ADMIN_PASSWORD="admin"

Hope this helps you,
Thanks…!