Skip to content

Commit

Permalink
[RELEASE] Version 6.4
Browse files Browse the repository at this point in the history
New Feature: Prevent deletion of profiles by virus scanners in confirmation mails
  • Loading branch information
sbusemann committed May 8, 2024
1 parent c67b632 commit 86affd6
Show file tree
Hide file tree
Showing 12 changed files with 48 additions and 416 deletions.
46 changes: 0 additions & 46 deletions .project/TYPO3/DockerConfiguration.php

This file was deleted.

64 changes: 0 additions & 64 deletions .project/docker/docker-compose.darwin.yml

This file was deleted.

60 changes: 0 additions & 60 deletions .project/docker/docker-compose.unix.yml

This file was deleted.

3 changes: 0 additions & 3 deletions .project/docker/php/Dockerfile

This file was deleted.

5 changes: 0 additions & 5 deletions .project/docker/php/xdebug.ini

This file was deleted.

11 changes: 11 additions & 0 deletions Documentation/Changelog/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,17 @@ Changelog
:Changes:
Release Description

-
:Version: 6.4.0
:Date: 2024-05-08
:Changes:

* [FEATURE] Add confirmation form to delete profile during registration
* [TASK] Remove unnecessary scrollIntoView property - thx to Felix Ranesberger (in2code)
* [TASK] Replace jQuery scrollTop with vanilla scrollIntoView - thx to Felix Ranesberger (in2code)
* [TASK] Build new JS distribution file - thx to Felix Ranesberger (in2code)



-
:Version: 6.3.6
Expand Down
33 changes: 33 additions & 0 deletions Documentation/Features/ConfirmUserConfirmationRefused/Index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
.. include:: ../../Includes.txt


.. _ConfirmUserConfirmationRefused:

ConfirmUser Confirmation Refused
-----------------------

Introduction
^^^^^^^^^^^^

**Available since 6.4.0**

Some virus scanners are preloading all links in an email.
If this happens in an user confirmation mail, the user is deleted automatically.
This feature can prevent this behavior.

Configuration
^^^^^^^^^^^^^

This feature can be enabled via typoscript.automatically

The default value is 0, so this feature has to be enabled.

::

plugin.tx_femanager.settings {
new {
email.createUserConfirmation.confirmUserConfirmationRefused = 1
}
}


1 change: 1 addition & 0 deletions Documentation/Features/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ See some features or best practice parts of the extension femanager.
NewFields/Index
NewValidators/Index
AutoConfirmation/Index
ConfirmUserConfirmationRefused/Index
Finishers/Index
Signals/Index
ResendUserConfirmationRequest/Index
Expand Down
Loading

0 comments on commit 86affd6

Please sign in to comment.