mox/testdata
Mechiel Lukkien 666f84edea
fix login for account names with non-ascii chars
we include the username in session cookie values. but cookie values must be ascii-only, go's net/http's drops bad values. the typical solution is to querystring-encode/decode the cookie values, which we'll now do.

problem found by arnt, thanks for reporting!
2024-04-11 23:11:31 +02:00
..
2023-01-30 14:27:06 +01:00
2023-01-30 14:27:06 +01:00
2023-11-09 19:47:26 +01:00