Viewing 2 replies - 1 through 2 (of 2 total)
  • Ok, that issue was annoying for me too…
    To solve this you need to change some code for plugin.
    Note, that after future updates your changes will be erased.
    What you need is to go to plugin directory, then /assets/js/ylc-engine.js
    On line 841 you will see code like this
    var re = /^[a-zA-Z0-9._@ -]+$/gim;
    You need to add your language to this variable
    For me it looks like this:
    var re = /^[a-zA-Z0-9а-яА-Я._@ -]+$/gim;
    Hope it helps!

    Plugin Author YITHEMES

    (@yithemes)

    HI,
    sorry for making you wait, we are going to release, in the next days, an update that will solve this issue.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘invalid username error’ is closed to new replies.