Skip to main content

Creation by user @Name

I noticed a bug when creating @username, if you set it with a capital letter, for example @Editor, it will be saved as @ditor, - capital letters are not fixed and the user may be upset by this fact and start asking support to fix it. Of course, you can add the missing character through the admin in FC and make @editor, but in the WordPress admin itself will already be saved user ditor, which can not be corrected.

Is it possible to forbid capital letters in the nickname input field in advance?

Noted. We will convert to lowercase as FluentCommunity only supports a-z0-9 for usernames.
Thanks for reporting.

Artur Abakarov

Shahjahan Jewel thanks for the response!

Mat β€Ž

Shahjahan JewelΒ maybe it is good to make the userName validation optional since it might have impact on some international characters etc Just highlighting this nothing else

Mat β€ŽΒ Yes. Will add a hook for sure.