• Dmitry

    (@dmitrypmaint)


    Unfortunately I can’t use Cyrillic characters in UserName during registration. An error ‘Your username contains invalid characters’. How to use Cyrillic characters in UserName. May by delete this field 623 in the um-action-form.php?
    else if ( ! UM()->validation()->safe_username( $args[$key] ) ) {UM()->form()->add_error($key, __(‘Your username contains invalid characters’,’ultimate-member’) );

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Ultimate Member Support

    (@ultimatemembersupport)

    Hi @dmitrypmaint,

    Currently, WordPress only allows latin characters in username, so it’s not Ultimate member but WordPress limitation.

    Regards.

    Thread Starter Dmitry

    (@dmitrypmaint)

    Hi @ultimatemembersupport,

    I chandge WordPress settings and now I can add cirilic user name, if I use WordPress registration form. I try delete
    else if ( ! UM()->validation()->safe_username( $args[$key] ) ) {UM()->form()->add_error($key, __(‘Your username contains invalid characters’,’ultimate-member’) );
    after that there was an opportunity to adding UserName with cirillic characters. But I think this is not correctly.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to use Cyrillic characters in UserName’ is closed to new replies.