Warren,
> http://moinmo.in/MoinMoinBugs/ResetPasswordEmailImproperlyEncoded
> I receive an e-mail similar to the broken examples described on this
> page, with no apparent way to actually reset my password.
The mail is supposed to contain a line like:
Password: {SHA}Klab/Cj20jhAHbfklL00bGgfxas=
(note the starting '{SHA}' and the trailing '=',
both are part of the password)
Typing your username, and the exact {SHA}...= string
as your password should do.
Note that some MoinMoin version forgot the final '='
(i.e. not properly encode it, so it is eaten by MUA).
If this is the case, just manually appending the '='
should work too.
Mark