Skip to content
Commit 4e29b8a7 authored by Harald Sitter's avatar Harald Sitter 🐧
Browse files

force-encode passwords on login

QUrlQuery doesn't encode + by default while bugzilla wants it to be.
This prevented passwords that include a plus from working.
Simply force-encode the password string to be fully encoded.

I've confirmed this working with passwords entailing spaces, plus, and
percent characters, all at the same time.

BUG: 413920
FIXED-IN: 5.17.3
parent ea504132
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment