Skip to content
Unverified Commit 81e35d0c authored by Christoph Wurst's avatar Christoph Wurst Committed by Roeland Jago Douma
Browse files

Trim the login name

Otherwise we keep on using it with leading or trailing whitespaces for
app tokens and other logic. The reason this doesn't throw an error
immediately with local users is that (My)SQL compares strings regardless
of their padding by default. So we look up 'uid ' and get the row for
the user 'uid'.
Other back-ends will lead to a hard error, though, and the user is
unable to log out as all request fail.

Ref https://stackoverflow.com/a/10495807/2239067



Signed-off-by: default avatarChristoph Wurst <christoph@winzerhof-wurst.at>
parent 29bdaf73
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