Incorrect Username Or Password
-
I get Incorrect Username Or Password when I first try to login to the Web GUI. I use the instructions on the Server Configuration page:
Default Username: toemsadmin
Default Password: toemsadminI have tried the standard installation on three freshly loaded PC's with the same result.
-
That's a new one, what OS are you installing on?
-
Three separate systems
Windows 11
Windows 10 fresh load on a Dell
Windows 10 virtual machine.All 1.5 followed just the defaults automatically installing mariaDB. All with same error. Incorrect user name or password using toemsadmin.
-
Strange, unfortunately I don't have any explanation for this. Maybe a locale issue? Is it installed on English language OS?
-
Yes English and again, just ran the defaults in the installer. Any way to log in to Mariadb to change the password?
-
You can only reset it back to it's default, because it's hashed. You can use Heidi SQL that was installed with Theopenem, you can get the database password from a web.config file and run the following command.
UPDATE `theopenem`.`toems_users` SET `toems_user_pwd`='ynR74SyWh73NxqzWQNpwsWzHJPOdmWJd1BgxuOxVd+4=', `toems_user_salt`='8Q+LD8za/YzoK7OuAlU8orXTpeu/YpCyNl0yNxEKinQzzfwjI4njKt4FANt74ZxR2D2G7N1QxsNpreLNfd3Dpg==' WHERE `toems_user_id`=1;
-
@theopenem_admin
Where would that file be found. I searched the whole drive and only found some Windows related files. -
@jgitta Disregard previous. I did find the file and was able to login.
I believe the problem was that I was copying the password from the website instead of typing it in. The password on the site apparently had a space on the end of it and thus failed authentication.
Sometimes the simple mistakes....
-
@jgitta
J
jgitta
27 Jun 2023, 10:32@theopenem_admin
Hi, I also have the same problem, I can't log in with the initial user.
Can you help me find the correct password via the web.config file? Thank you