Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Ali Qureshi

    (@parorrey)

    Due to special characters, you should always encodeURIComponent function like this:

    encodeURIComponent(password)

    Thread Starter veresdaniel

    (@veresdaniel)

    Thanks,

    I forgot, but now it is working. In the other hand when I try to login with false credentials I still get back:

    Uncaught SyntaxError: Unexpected token <

    and under Developer Tools network tab (Chrome, there is a row:

    ?login=failed 200 script https://sample.dev/?login=failed ….

    Plugin Author Ali Qureshi

    (@parorrey)

    It is Uncaught SyntaxError. you should fix your js code.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘special characters in password’ is closed to new replies.