Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Benaceur

    (@benaceur)

    try this:

    add_filter("um_validation_safe_username_regex", function( $regex_username_safe){
      $c = '??ü?';	
      $regex_username_safe = '|[^a-z0-9 _.\-@\\'. $c .']|i';
      return $regex_username_safe;
    });
    Thread Starter haappis

    (@haappis)

    Thanks alot Benaceur,
    Could you indicate where to add that code precisely? I’m not that good coder myself.

    Thread Starter haappis

    (@haappis)

    Hello again, no extra coding needed.

    I found a option in the plugin settings:

    Allow this characters (Symbols or characters accented as é ?) “no recommended”

    I just added ? ? ? and then usernames with those character are working correctly.

    A big thank you!! AMAZING

    Best Regards

    Thread Starter haappis

    (@haappis)

    So this issue is resolved!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to allow ? ? ? characters in username’ is closed to new replies.