Hi list, I've had a couple of users who weren't able to authenticate against a proxy because they had a non-ascii password (ΓΌ u-umlaut in both cases).
I suggested they change it - but I could envision circumstances where this isn't possible :-) -so I'd like to do the following; # document the default character set as UTF-8 for passwords # remove the sanity checking in get_user_pass() # fix the unicodize() function I'm willing to bet this will break something however... Does anyone see problems with this, or have suggestions? William