mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-23 16:31:50 -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'".