Change username requirements

Our forum is dedicated to Minecraft, and it allows users to use their Minecraft username’s to sign on. Because these parameters differ from Discourse’s, names are incorrectly changed. For example, _Username (a valid Minecraft username) is changed to Username.

What really doesn’t make sense is the we use SSO to override usernames, but the username standards are still enforced. I’m not sure of any reasoning behind this - I think SSO override should… well, override :stuck_out_tongue:. For now, is there anything we can do to prevent usernames from getting changed?

1 Like

No, we have restrictions on allowed characters in usernames that cannot be changed. They are effectively hard-coded.

Could enabling “SSO overrides username” just disable the user_name_suggestor (or whatever controls it)?

no, that is a must, if you don’t follow username rules all sorts of stuff will break, autocomplete and so on. lots of code depends on that assumption.

Ah, that’s too bad :\. I guess this thread can be closed then.

… URL matching …


404 /users/pekka.gaiser

2 Likes