Orthanc login issues on windows

Hi, I have noticed that the recent latest versions of orthanc on windows doesn’t accept the login details when changing from the default. All requirements needed for authentication is true but the server will just accept only “orthanc” as both login details. I have configured the Jason files as it should be yet my login details will not take effect… Is there anything am doing wrong or there is a way to solve this which am not aware of?

Hi @essel

Orthanc probably does not use the configuration file in which you have changed the RegisteredUsers (and you need to restart Orthanc to take the change into effect).

HTH,

Alain.

I believe that’s orthanc configuration instructions 101… and I know it’s a must. Most of the time I restart my server and the start orthanc server yet it doesn’t work.

Then, you should create a simple test-orthanc.json file and start it with "C:\Program Files\Orthanc Server\Orthanc.exe" --verbose test-orthanc.json and, if the problem still happens, share the test-orthanc.json file with us.

Ok will try that.. thanks