View Issue Details

IDProjectCategoryView StatusLast Update
0015986Return of ReckoningGeneralpublic2023-08-13 04:06
ReporterReturnOfReckoning Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status newResolutionopen 
Summary0015986: Username max length mismatch between launcher and client
DescriptionReporter: ohQQ

<!--
Issues should be unique. Check if someone else reported
the issue first, and please don't report duplicates.
Only ONE issue in a report. Don't forget screens or a video.
-->

**Expected behavior and actual behavior:**
Forum registration page states [Username must be between 3 characters and 20 characters long and use only alphanumeric characters.
](https://www.returnofreckoning.com/forum/ucp.php?mode=register)
Server should connect accounts with 20 characters in their username.
The server refuses to connect to accounts with 20 characters in their username.


**Steps to reproduce the problem:**
I created an account using 20 characters in the username (Q).
I then successfully went through the normal login phase and connection at the launcher.
Upon trying to login at the client page, an error is thrown.

I created an account using 9 characters in the username (b).
I then successfully went through the normal login phase and connection at the launcher.
Upon trying to login to the client page, my characters appear and no issues are reported.

I tried the same steps with a brand new account, with 20 G's in its username, and it experiences the
same issues as the Q account.

Is the code a private repo? I cant find it anywhere

[Forum post](https://www.returnofreckoning.com/forum/viewtopic.php?f=4&t=36254)

**Testing Screenshots/Videos/Evidences (always needed):**
<!-- Drag and drop an image file here to include it directly in the bug report,
     no need to upload it to another site -->
![Capture](https://user-images.githubusercontent.com/62215287/76707300-4453ba00-66ab-11ea-86f5-17383d457328.PNG)
![Captureq1](https://user-images.githubusercontent.com/62215287/76707301-461d7d80-66ab-11ea-99f6-35eab08d7f36.PNG)

I took a look at the [launcher github](https://github.com/ThiconZ/Return-of-Reckoning-Launcher/blob/master/RoRLauncher/MainWindow.xaml.cs) and it seems to do no verification of length, but just ensures the authentication worked. If authentication is shared _amongst_ forum/client/launcher I would think it might be a database thing.

<!--
Note that game critical and game breaking bugs may award a manticore/griffon (realm specific) at the leads discretion however, asking for one instantly disqualifies you from this reward.
-->
TagsClient

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2023-08-13 04:06 ReturnOfReckoning New Issue
2023-08-13 04:06 ReturnOfReckoning Tag Attached: Client