Commit
8b3726b7d866d614c842ca90593187e726a6cf3e fixed this for all
login fields except the URL redirect field (such as the users name).
But the wiki in particular uses UTF8 in the URLs, so we need to deal
with them in the URL as well.
'e': request.user.email.encode('utf-8'),
}
if su:
- info['su'] = request.GET['su']
+ info['su'] = request.GET['su'].encode('utf-8')
# Turn this into an URL. Make sure the timestamp is always first, that makes
# the first block more random..