fgtclb/academic-persons-edit

Adds the option to assign frontend users to academic persons and allow editing the profiles in frontend.

Maintainers

Package info

github.com/fgtclb/academic-persons-edit

Homepage

Issues

Type:typo3-cms-extension

pkg:composer/fgtclb/academic-persons-edit

Transparency log

Statistics

Installs: 7 094

Dependents: 1

Suggesters: 0

Stars: 0

2.3.4 2026-05-05 17:11 UTC

README

URL
Repository: https://github.com/fgtclb/academic-persons-edit
Read online: https://docs.typo3.org/p/fgtclb/academic/academic-persons-edit/main/en-us/
TER: https://extensions.typo3.org/extension/academic_persons_edit/

Description

This extension extends the academic_persons extension by the option to edit profiles in the frontend. Profiles get connected with a frontend user and the frontend user is allow to edit its assigned profiles.

Note

This extension is currently in beta state - please notice that there might be changes to the structure

Compatibility

Branch Version TYPO3 PHP
main ^3, 3.x-dev v13 + v14 8.2, 8.3, 8.4, 8.5
2, 2.x ^2, 2.x-dev v12 + v13 8.1, 8.2, 8.3, 8.4, 8.5 (depending on TYPO3)
1 ^1, 1.x-dev v11 + v12 8.1, 8.2, 8.3, 8.4 (depending on TYPO3)

Installation

Install with your flavour:

  • TER
  • Extension Manager
  • composer

We prefer composer installation:

composer req \
  'fgtclb/academic-persons':'^2' \
  'fgtclb/academic-persons-edit':'^2'

Important

3.x.x is still in development and not all academics extension are fully tested in v13, but can be installed in composer instances to use, test them. Testing and reporting are welcome.

Testing 3.x.x extension version in projects (composer mode)

It is already possible to use and test the 2.x version in composer based instances, which is encouraged and feedback of issues not detected by us (or pull-requests).

Your project should configure minimum-stabilty: dev and prefer-stable to allow requiring each extension but still use stable versions over development versions:

composer config minimum-stability "dev" \
&& composer config "prefer-stable" true

and installed with:

composer require \
  'fgtclb/academic-persons':'3.*.*@dev' \
  'fgtclb/academic-persons-edit':'3.*.*@dev'

Upgrade

Upgrading between major versions can include breaking changes, which have to be addressed manually where no automatic upgrade path is available. They are documented per version in Documentation/Changelog.

Credits

This extension was created by FGTCLB GmbH.

Find more TYPO3 extensions we have developed.

Supported Versions

Version Supported End of Support
3.x 2029-06-30
2.x 2027-12-31
< 2.0 support ended

The newest line listed above is under development on the default branch and has not been released yet.

Security

Found a vulnerability? Please report it privately via our security report formdo not open a public issue. See SECURITY.md for the full vulnerability disclosure policy, including what to expect and our safe harbor statement.

Simplified EU Declaration of Conformity (Annex VI)

Hereby, web-vision GmbH declares that the product with digital elements type FGTCLB: Academic Persons Edit is in compliance with Regulation (EU) 2024/2847.

The full text of the EU declaration of conformity is available at the following internet address: https://security.fgtclb.com/conformity/fgtclb/academic-persons-edit/3.0.0/en/

The full declarations are also included in this repository: English · Deutsch.

License

This extension is released under the GPL-2.0-or-later license.