Exclusive 80% Discount for Verified Envato Customers  ·  Get Coupon

Question: Can Not Add Users First Name And Last Name

Can Not Add Users First Name And Last Name

Hi, I would like to add new user to the system, but the system didn't allow me to type Chinese characters other than English in First and Last names boxes. It would show "Please enter/selec

LF

Lasalle Freud

Asked
Hi, I would like to add new user to the system, but the system didn't allow me to type Chinese characters other than English in First and Last names boxes.

It would show "Please enter/select a value matching the pattern" warning.

How can I fix this?
  • MS

    Mian Saleem

    Answered
    Hello,

    Please edit the `themes/default/admin/views/auth/create_user.php` and remove `pattern=".{3,10}"` from line no 20 and ` pattern=".{4,20}` from line 64 to remove pattern validation.

    Thank you