mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-02 06:01:48 -05:00
The base Radius backend encodes them as utf-8 bytes, which causes the User object that we create to get the repr of the username, including the b prefix and single quotes, e.g. "b'foo'".