Skip to content

Fixed gitlab.org issue #633 (Forced all OAuth UserSpec properties to be encoded as UTF-8)

gitlab-qa-bot requested to merge github/fork/kfazi/ldap-userfix into master

Created by: kfazi

I've found that some omniauth properties are still causing trouble when not forced to be UTF-8.

This commit is forcing every property of Gitlab::OAuth::AuthHash to be UTF-8.

Merge request reports