You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All user input for names are validated against common criteria. One check is for only alpha-numeric characters. Change this to allow an exception for underscores. I think it shouldn't break anything.
All user input for names are validated against common criteria. One check is for only alpha-numeric characters. Change this to allow an exception for underscores. I think it shouldn't break anything.
https://github.com/Rumsfield/konquest/blob/main/core/src/main/java/com/github/rumsfield/konquest/Konquest.java#L732
The text was updated successfully, but these errors were encountered: