Closed TheoCGaming closed 2 years ago
I'm not able to duplicate this issue...
Are you running a theme? Or any plugins?
Attempt to register.
There is no way to register. An admin has to create an account for a user. So you probably use a third party mod?
There is no registration logic in this software.
@TheoCGaming @DaneEveritt Actually there is in https://github.com/pterodactyl/panel/blob/develop/app/Http/Controllers/Admin/UserController.php#L146-L152. However, there is no validation rules, that would control the length of the first name.
That creates a user....
This doesn't allow the user to register for themselves, an admin has to create an account...
There are also validation rules. See below
asking if the owner uses plugins, one second.
ah, "register addon" very specific.
Current Behavior
If I input "Ken" for example into the First Name field, it shows an error saying that the first name must be 5 characters or more.
Expected Behavior
The name "Ken" is accepted as the first name.
Steps to Reproduce
Extra Notes: This may show as "Working as Intended", but I can't register because of it. If it isn't fixed, I'll never be able to register with my real name or I'll only be able to register through panel invites.
Panel Version
1.7.0
Wings Version
1.6.1
Games and/or Eggs Affected
No response
Docker Image
No response
Error Logs
No response
Is there an existing issue for this?