]> scripts.mit.edu Git - www/ikiwiki.git/blob - doc/bugs/unicode_chars_in_wikiname_break_auth.mdwn
c272d4b4f63eaee6d94641ab3253efff1ffb7bc0
[www/ikiwiki.git] / doc / bugs / unicode_chars_in_wikiname_break_auth.mdwn
1 I spent hours trying to understand why my wiki suddenly refused me to log in (using passwordauth).
2 The failure message was always: `login failed, perhaps you need to turn on cookies?`
3
4 Inspecting the cookie information (thanks to Iceweasel's webdeveloper add-on), I realized there were some weird-looking encoded chars in the cookie name.
5
6 Replacing "ยท" with "-" in `wikiname` fixed this login issue.
7
8 (BTW, such a char was replaced by -I don't remember what encoding thingie- in my setup file, when running `ikiwiki-transition setupformat`.)