Showing the user’s username in registration email or activation page with BuddyPress [closed]

Closed. This question is off-topic. It is not currently accepting answers. Your question should be specific to WordPress. Generic PHP/JS/HTML/CSS questions might be better asked at Stack Overflow or another appropriate site of the Stack Exchange network. Third party plugins and themes are off topic. Closed 7 years ago. Improve this question a) I would … Read more

Change default ordering of display name

WordPress dashboard offers user the opportunity to choose whether their name is output as Firstname Lastname or several other options with Firstname Lastname order the default. I would like that default changed to Lastname Firstname. Can anyone suggest how it can be done? 1 Answer 1 AFAIK the default option in the display name dropdown … Read more

How to set a minimum length for username in Woocommerce? [closed]

Closed. This question is off-topic. It is not currently accepting answers. Your question should be specific to WordPress. Generic PHP/JS/SQL/HTML/CSS questions might be better asked at Stack Overflow or another appropriate Stack Exchange network site. Third party plugins and themes are off topic, they are better asked about at their developers’ support routes. Closed 6 … Read more

Username field is not shown in Woocommerce’s registration contact form

I’m working on a Woocommerce website and I just came across this problem: when I go to Account page and I’m asked to create a new account, in the form there isn’t the “Username” field. There are just these fields: Email (default of Woocommerce) Password (default of Woocommerce) School number (custom field added with FMA … Read more

Register email as username

I am using WordPress 4.9.4 in a WordPress Multisite, and I need to allow users to register using their email address as username. Looking at the code I found that what prevents me from accomplish that is that in the ms-functions.php there is a regular expression filtering usernames that have other characters than a-z, so … Read more