How we can have same values for username and email

Hello All,

I want the same values for the username and email field. So how can we allow special characters in username while registering new User?
Is there any property related to username regex validation?

You can’t. You’d need to write a plug-in that overides all username validations, regular expressions for mentions and probably a lot more. And there are no guarantees that it will work perfectly afterwards. Good luck if you give it a try.

4 Likes

Thanks for quick reply. I will try to create plugin.