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?
+1
I think this is somehow similar or related to this issue reported below:
Mat β is very much like that
Noted. We will convert to lowercase as FluentCommunity only supports a-z0-9 for usernames.
Thanks for reporting.
Shahjahan Jewel thanks for the response!
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.