oneall / social-login-phpbb

Social Login for phpBB allows your users to login and register with 40+ social networks. It increases your phpBB user registration rate by simplifying the registration process.
https://docs.oneall.com/plugins/guide/social-login-phpbb/
52 stars 33 forks source link

Do not need to use utf8_normailize on the request class #21

Closed Galixte closed 9 years ago

Galixte commented 9 years ago

You do not need to use utf8_normailize on the request class. It already normalizes utf8 characters.

https://github.com/phpbb/phpbb/blob/3.1.x/phpBB/phpbb/request/type_cast_helper.php#L113

Source: https://github.com/phpbb-extensions/teamsecurity/pull/27#issuecomment-91123052

Galixte commented 9 years ago

Hi @SchlesserClaude,

could you take a look ?

Galixte commented 9 years ago

Hi @SchlesserClaude,

could you take a look ?

Galixte commented 9 years ago

@SchlesserClaude

bump, please !

SchlesserClaude commented 9 years ago

Sorry for the delay! And thank you very much for your numerous contributions!