.. You may want to use the usual include line. Uncomment and adjust the path. .. include:: ../Includes.txt ================================ EXT: IP-range for Admins/Be-user ================================ :Author: Steffen Kamper :Created: 2006-03-08T12:45:49 :Changed: 2008-11-26T23:42:13 :Email: info@sk-typo3.de :Info 2: :Info 3: :Info 4: .. _EXT-IP-range-for-Admins-Be-user: EXT: IP-range for Admins/Be-user ================================ Extension Key: **beuser\_iprange** Copyright 2000-2002, Steffen Kamper, This document is published under the Open Content License available from http://www.opencontent.org/opl.shtml The content of this document is related to TYPO3 \- a GNU/GPL CMS/Framework available from www.typo3.com .. _Table-of-Contents: Table of Contents ----------------- **EXT: IP-range for Admins/Be-user 1** **Introduction 1** What does it do? 1 Configuration 1 **Changelog 1** .. _Introduction: Introduction ------------ .. _What-does-it-do: What does it do? ^^^^^^^^^^^^^^^^ It gives the possibility to configure a valid IP-range for BE-users There are 2 vars for configuration: one for admins and one for other be-user IP-ranges are configured in a comma-list. Only v4-addresses are valid. Examples: 192.168.0.1-192.168.0.15 is valid for any IP-address from 192.168.0.1 to 192.168.0.15 127.0.0.1-127.0.0.1 is valid for a single IP-address 127.0.0.1 (only from local machine) .. _Configuration: Configuration ^^^^^^^^^^^^^ Use localconf.php for configuration. For Admins: $TYPO3\_CONF\_VARS['BE']['adminAuth']['ipRange'] = '192.168.0.1-192.168.0.15,96.0.112.80-96.0.112.96'; For other BE-users: $TYPO3\_CONF\_VARS['BE']['userAuth']['ipRange'] = '192.168.0.1-192.168.0.15,96.0.112.80-96.0.112.96'; .. _Changelog: Changelog --------- \- 0.0.1 First Release |img-1| EXT: IP-range for Admins/Be-user - 2 .. ######CUTTER_MARK_IMAGES###### .. |img-1| image:: img-1.png .. :align: left .. :border: 0 .. :height: 32 .. :id: Graphic1 .. :name: Graphic1 .. :width: 102