xperseguers / t3ext-cloudflare

The Cloudflare TYPO3 extension ensures your TYPO3 website is running optimally on the Cloudflare platform.
https://extensions.typo3.org/extension/cloudflare
GNU General Public License v3.0
7 stars 11 forks source link

[BUGFIX] Restore originating IP in backend authentication #14

Closed dahaupt closed 3 years ago

dahaupt commented 3 years ago

To use the originating IP for the backend authentication process, any previous usages of GeneralUtility::getIndpEnv('REMOTE_ADDR') need to be removed as environment values are cached and can not be changed later.

Resolves: #13