Fix/Workaround for ticket 4369 (Unicode error with six.text_type)

Review Request #8071 — Created March 22, 2016 and submitted — Latest diff uploaded

Information

Review Board

Reviewers

Do not cast 'password' with six.text_type as it fails on non ASCII characters. This will be a common problem for sites that use LDAP authentication where the password is an automatically generated default. In addition this default password is not really used in many cases anyway.

https://hellosplat.com/s/beanbag/tickets/4369/

Manual validation on our instance of reviewboard.

    Loading...