rusbrain / reps2_beta1

кузы2
http://reps2.ru
GNU General Public License v3.0
11 stars 5 forks source link

prevent special characters username/email when user regirster and update #188

Closed widedeveloper closed 5 years ago

widedeveloper commented 5 years ago

we need to prevent the input special characters in user form screenshot

rusbrain commented 5 years ago

wrap every spec char into utf code?

widedeveloper commented 5 years ago

for the name and skype name, allowed 0-9, a-z A-Z (all languages letters) and only specific characters " , . ) - _ ".

widedeveloper commented 5 years ago

I added regex validation rule for user profile setting (for name ,skype name, and links). it will work on registration and user edit page. Please check

widedeveloper commented 5 years ago

I fixed this issue for input field except for the textarea fields. the sceditor issue will be updated on #187

widedeveloper commented 5 years ago

it's already fixed i updated server