drallieiv / KinanCity

Yet another PTC account generator
Apache License 2.0
125 stars 66 forks source link

Error creating accounts #33

Closed Darknite24 closed 7 years ago

Darknite24 commented 7 years ago

This morning I started getting the error: django.utils.functional.proxy with each account creation request in the console window for KinanCity-core-1.3.1-SNAPSHOT.jar. Any ideas what this may be?

Darknite24 commented 7 years ago

Disregard this issue. I had an AHA moment and checked the username I was creating. It was too long and thus throwing the above error.

drallieiv commented 7 years ago

So should a length verification be done on the username. What would be the max length

Darknite24 commented 7 years ago

A quick google search show the username requirements are 4-15 characters. So a verification message would be good to alert users of the issue.