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 8cf62b3e2b
Fixed composer dependency on TYPO3
The correct dependency is typo3/cms-core not typo3/cms
2021-04-12 19:58:48 +02:00
Classes/Domain Delete no longer necessary AddCustomGroupsSlot class 2021-03-29 19:46:53 +02:00
Configuration/TCA/Overrides Rename to FeIpLogin 2021-03-29 19:13:31 +02:00
Resources Add extension icon 2021-03-29 21:31:28 +02:00
.editorconfig Added EditorConfig file 2021-03-29 15:41:45 +02:00
.gitignore Rename to FeIpLogin 2021-03-29 19:13:31 +02:00
LICENSE Added LICENSE file 2021-03-29 15:14:54 +02:00
README.md Release preparations for 1.3.0 2021-04-12 19:30:03 +02:00
composer.json Fixed composer dependency on TYPO3 2021-04-12 19:58:48 +02:00
ext_emconf.php Release preparations for 1.3.0 2021-04-12 19:30:03 +02:00
ext_localconf.php Remove signal slot dispatcher for fal_securedownload 2021-03-29 19:40:06 +02:00
ext_tables.sql Formatted all files according to editorconfig 2021-03-29 16:15:29 +02:00
zip.sh Rename to FeIpLogin 2021-03-29 19:13:31 +02:00

README.md

Note: this extension is forked from https://github.com/in2code-de/in2frontendauthentication starting with commit d8b7db4949

Introduction

TYPO3 extension to simulate fe-login for a group if IP-address fits.

Set ip addresses in fe_groups.

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 10.4
  • TYPO3 9.5
  • TYPO3 8.7

Changelog

Version Date State Description
1.3.0 2021-04-12 Task Support for TYPO3 v10, removed EXT:fal_securedownload support
1.2.0 2018-08-26 Feature Support for TYPO3 v9, switched to Doctrine DBAL, dropped support for TYPO3 v7
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