Option for username not to be required to start or end with alphanumeric

Hi,

I run Discourse for a Minecraft community. I require users to register from inside the game so that each user on the forums is a real Minecraft player. I’ve successfully set this up using the API of Discourse. So far great!

Now I’ve run into a problem. One user, called SomeName_ in Minecraft tried to sign up, resulting in the (Discourse produced) message:

I’ve looked in the settings and I saw no site setting that allows disabling this feature.
Looking into the code it turns out not to have a setting.

My question is, is this due to technical limitations in Discourse? Moreover, can I attempt to add a site setting to disable this and make a PR?

4 Likes

A pr may work. Though if you’re self hosted. Making a plugin likely better or in conjunction with. As a pr may or may not be merged depending on a variety of factors.