When a user registers on registration page, in the case where they already have an account, when they register they get the error message “user name already exists”
This is confusing for the user because the problem is not the username it is that the email address is already associated with an account. I can change the username 100 times and still get the same message. I’d like to change this error message to:
“Username or email address already exists”
I keep getting clients complaining they can’t register.
What file can I find this error message in so I can change it?