Page 1 of 1

Can't login

Posted: Mon Nov 10, 2008 2:55 pm
by colophonius
Hi hackers,

I can't solve the puzzles automatic. The answer is 'invalid password'. My password contains special characters like '/' or '+'.

What can I do?

Thx

Posted: Mon Nov 10, 2008 3:16 pm
by tails
You must convert special characters into html-encode strings.
"%" --> "%25"
"&" --> "%26"
"+" --> "%2b" and so on.

"/" will do as it is.