[TYPO3-core] RFC: #8588: Admin tools -> User Admin -> List users online broken when [BE][lockIP] is set to < 4
Dmitry Dulepov [typo3]
dmitry at typo3.org
Mon Aug 18 11:05:16 CEST 2008
Hi!
Steffen Kamper wrote:
> attached new patch is the solution Masi sent me.
>
> I tested it and corrected a small issue.
>
> Now output of Host in "List Users Online" is following
>
> Setting Output
> $TYPO3_CONF_VARS['BE']['lockIP'] = '4' 199.56.88.15
> $TYPO3_CONF_VARS['BE']['lockIP'] = '3' 199.56.88.*
> $TYPO3_CONF_VARS['BE']['lockIP'] = '2' 199.56.*.*
> $TYPO3_CONF_VARS['BE']['lockIP'] = '1' 199.*.*.*
> $TYPO3_CONF_VARS['BE']['lockIP'] = '0' -
I did not apply the patch but went to the module to reproduce the problem first. I still saw the IP address (127.0.0.1), no warnings. lockIP is 0 and display_errors is 1. The problem was that I have to relogin after changing lockIP :D
Then I applied a patch but it does not work as expected. It shows "127" in the host column (I login from localhost).
--
Dmitry Dulepov
TYPO3 Core team
My TYPO3 book: http://www.packtpub.com/typo3-extension-development/book
In the blog: http://typo3bloke.net/post-details/typo3_code_formatting_in_eclipse/
More information about the TYPO3-team-core
mailing list