TYPO3 extension to simulate fe-login for a group if IP-address fits.
This repository has been archived on 2021-04-12. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Alex Kellner d54eefca58 [TASK] Release preperations
Change version in composer.json, ext_emconf.php
and updated README.md
2016-08-03 15:54:49 +02:00
Classes/Domain [BUGFIX] Allow multiple usergroups 2016-08-03 15:53:03 +02:00
Configuration/TCA/Overrides [TASK] Create extension in2frontendauthentication 2016-06-10 15:44:06 +02:00
Resources/Private/Language [BUGFIX] Small fix in german locallang 2016-06-23 09:36:06 +02:00
.gitignore [TASK] Create extension in2frontendauthentication 2016-06-09 16:16:24 +02:00
README.md [TASK] Release preperations 2016-08-03 15:54:49 +02:00
composer.json [TASK] Release preperations 2016-08-03 15:54:49 +02:00
ext_emconf.php [TASK] Release preperations 2016-08-03 15:54:49 +02:00
ext_localconf.php [TASK] Create extension in2frontendauthentication 2016-06-09 17:14:59 +02:00
ext_tables.sql [TASK] Create extension in2frontendauthentication 2016-06-10 15:44:06 +02:00

README.md

Introduction

TYPO3 extension to simulate fe-login for a group if IP-address fits. Set ip addresses in fe_groups.

example usergroup configuration example contentelement that's normally only visible for users of group 'Test'

Changelog

1.0.2 [BUGFIX] Allow multiple usergroups

1.0.1 [BUGFIX] Small fix in german locallang

1.0.0 [TASK] Initial release