Jump to content

DISallowed characters in display names


SeNioR-

Recommended Posts

Heyo ;) My users often use special characters in the display name. My forum is in Polish, so letters with litte tails like "ąśłćżźłęęąźćłę" are normal. I know there is a setting called "Allowed characters in display names" but it is too restrictive.

saved.thumb.png.e69dbd12980121f4aa68d15b295fbda8.png

Is there a chance to add a "Disallowed characters in display names" field? That would make things easier. 

 

Link to comment
Share on other sites

Typically, when you want to restrict characters in usernames you want to allow a subset of valid characters and not allow anything else, and to that end it would be super tedious to try to outline every disallowed character (because multibyte unicode means there are literally over a million possible characters).

To disallow certain specific characters, I would go with opentype's suggestion.

For your use case, you can use this regex (which I got from stackoverflow):

[AaĄąBbCcĆćDdEeĘęFfGgHhIiJjKkLlŁłMmNnŃńOoÓóPpRrSsŚśTtUuWwYyZzŹźŻż]

or if you're happy with what you have now, just stick with it. It is a set once and forget thing anyways.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...