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
This is known, currently usernames are validated against the /^[a-z0-9_-]+$/i regex which only allows latin characters, dashes, numbers, and underlines. Changing to the alpha_dash validator would correct this issue. However the Flarum slugger needs to be adjusted before it makes sense to allow non latin characters in names.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. We do this to keep the amount of open issues to a manageable minimum.
In any case, thanks for taking an interest in this software and contributing by opening the issue in the first place!
Bug Report
The text was updated successfully, but these errors were encountered: