-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Multiplayer: Displayer Status Code, Status Text and Body if something goes wrong while setting or validating password #13061
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Okay so, I'm ready to handle this |
https://auth.uncivserver.xyz is the auth server url. you can set a password for a random uuid in multiplayer settings. After that, remove the password from GameSettings.json and start the client again and an auth popup will appear. Now you can test with wrong passwords. |
ok. |
Also, kindly consider making a popup ui that does this and use it anywhere where response errors are shown. This will make debugging easier. |
First issue I notice is that the initial password can be one character, but subsequent ones need to be 6 characters? |
The initial password can be 0 characters actually. Without a password set, the |
Ok, so I added comprehensive testing to ensure the behavior is consistent. You can try again now. Now, 0 character passwords should be accepted initially after a minor fix. touhidurrr/UncivServer.xyz@a575aa8 |
Before creating
Problem Description
see title
Related Issue Links
No response
Desired Solution
see title
Alternative Approaches
just see title again
Additional Context
the ui hangs if < 6 characters are inputted in the authentication popup. not sure why. the server rejects new passwords less than 6 characters in length but people cannot know that. maybe displaying more information in case of server errors will fix such communication issues. also see https://auth.uncivserver.xyz/tools
The text was updated successfully, but these errors were encountered: