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?
It would show "Please enter/select a value matching the pattern" warning.
How can I fix this?
- MSAnsweredHello,
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