LF
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?
- MSAnswered
Hello,
Please edit the
themes/default/admin/views/auth/create_user.php
and removepattern=".{3,10}"
from line no 20 andpattern=".{4,20}
from line 64 to remove pattern validation.Thank you