Saltar navegación

[Resuelto] I have two new questions

This support ticket is created 3 years, 4 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Zona horaria del colaborador: Asia/Hong_Kong (GMT+08:00)

Este tema contiene 2 respuestas, tiene 2 mensajes.

Última actualización por Miguel 3 years, 4 months ago.

Asistido por: Luo Yang.

Autor
Mensajes
#2532503

Lou, I tried the custom PHP function and it worked!

But... I have two new questions:
1- In the user registration form there are 2 different fields that I don't understand: username and nickname. What is the difference between them?

2- When I enter a username that already exists, it doesn't send the form and it doesn't notify that the username already exists. Is there any way to validate it?

#2532743

Hello,

Q1) WordPress user name is unique value, you can not change it by default, and you can use it to login into your website, but nickname is only an user field, it can only works for displaying in frontend.

See below article for more details :
enlace oculto

Q2) I have tried it in a fresh WP installation, I can see the error message correctly:
Sorry, that username already exists!

See below test site:
Login URL: enlace oculto
User form in frontend:
enlace oculto
After use username value "demo", fill and submit the form, you will see above error message

#2532867

My questions have been answered clearly!

Thank you! (again)