]> git.mxchange.org Git - friendica.git/commit
Fix OpenID login
authorSandro Santilli <strk@kbt.io>
Wed, 25 May 2016 10:43:26 +0000 (12:43 +0200)
committerSandro Santilli <strk@kbt.io>
Wed, 25 May 2016 10:50:09 +0000 (12:50 +0200)
commitb7bc428630919355e5ed5d813120990640f78890
tree69594d2d63bb70c2534b96c0517e5da531f9de60
parent3c402b6a6ce9562f38b5a1714d6c5beb1cf0a220
Fix OpenID login

The problem was that while openid was stored not-normalized in the database,
the checking code was looking for a normalized form instead.

The commit removing normalization step on saving user preferences
was 8367cad, which might have left old users with normalized openid
and new users with non-normalized one.

This commit makes the checking code look for both normalized and not
normalized form, to be backward compatible.
mod/openid.php