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
Marcel Kapfer d8b7db4949
Added myself (Marcel Kapfer) as author
2018-08-27 00:05:03 +02:00
Classes Added myself (Marcel Kapfer) as author 2018-08-27 00:05: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 2017-07-18 15:05:54 +02:00
composer.json Added myself (Marcel Kapfer) as author 2018-08-27 00:05:03 +02:00
ext_emconf.php [TASK] Release preperations 2017-07-18 15:05:54 +02:00
ext_localconf.php [FEATURE] Add slot for allowing ip-based authentication 2017-07-10 14:46:21 +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'

Note: This allows you to show/hide contentelements, pages and other records to a specific usergroup. But "showAtAnyLogin" or "hideAtAnyLogin" is not supported at the moment.

Supported TYPO3-Versions

  • TYPO3 8.7
  • TYPO3 7.6

Supported Extension

  • fal_securedownload in version 2.0 or newer

Changelog

Version Date State Description
1.1.1 2017-07-18 Bugfix Signal update from fal_securedownload
1.1.0 2017-07-10 Feature Support EXT:fal_securedownload >= version 2.0.0
1.0.2 2016-08-03 Bugfix Allow multiple usergroups
1.0.1 2016-06-23 Bugfix Small fix in german locallang
1.0.0 2016-06-10 Task Initial release