Jump to content

"Password is incorrect!" when attempting to login to localhost in myDU [SOLVED]


Recommended Posts

Posted (edited)

I've installed, setup, and started the myDU server on my local machine.  Attempting to login to the server from within myDU under Direct Connection with a server URL of localhost, user admin, and the password I created during setup returns "Password is incorrect!"  Attempting to login to the Backoffice page with user admin and the password created when installing the server just reloads the login page.  To be sure I'm not typing the password incorrectly, I'm literally pasting it into the password field when installing the server, and when trying to login.  The password I'm using is not complex; just letters and a number.  I've uninstalled the server and reinstalled, same results.  Not sure what else I can do...

 

EDIT - So it looks like the admin password just didn't get set properly.  I was able to reset the password by opening a command prompt window in the scripts directory inside the directory where I installed the server, and running the following with the password I wanted to use in place of PASSWORD:

docker-compose run --rm --entrypoint /python/DualSQL/DualSQL sandbox /config/dual.yaml --auth-set-password admin --password PASSWORD

 

After that ran, I was able to login to the Backoffice interface as well as the game itself.

Edited by Teufelaffe
Solved issue; providing details for others who may run into same issue
  • Teufelaffe changed the title to "Password is incorrect!" when attempting to login to localhost in myDU [SOLVED]
  • 3 months later...
Posted

I'm having the same problem.  Can you explain how you "reset the password by opening a command prompt window in the scripts directory inside the directory where I installed the server" When I open a Command Prompt window I can't get to this directory.

 

Thank you.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...